Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

Engine.Movie

Extends
Texture
Modifiers
native noexport

Core.Object
|   
+-- Engine.Material
   |   
   +-- Engine.RenderedMaterial
      |   
      +-- Engine.BitmapMaterial
         |   
         +-- Engine.Texture
            |   
            +-- Engine.Movie

Variables Summary
ObjectCallbacks
intFMovie
Inherited Variables from Engine.Texture
Accumulator, AnimCurrent, AnimNext, bAlphaTexture, bHasComp, bHighColorQuality, bHighTextureQuality, bMasked, bParametric, bRealtime, bRealtimeChanged, bTwoSided, CompFormat, Detail, DetailScale, DetailTexture, EnvironmentMap, EnvMapTransformType, InternalTime[2], LODSet, MaxColor, MaxFrameRate, MaxLOD, MinFrameRate, MinLOD, Mips, MipZero, NormalLOD, Palette, PrimeCount, PrimeCurrent, PS2FirstMip, PS2NumMips, RenderInterface, Specular, __LastUpdateTime[2]
Inherited Variables from Engine.BitmapMaterial
Format, UBits, UClamp, UClampMode, USize, VBits, VClamp, VClampMode, VSize

Enumerations Summary
Inherited Enumerations from Engine.Texture
EEnvMapTransformType, ELODSet
Inherited Enumerations from Engine.BitmapMaterial
ETexClampMode, ETextureFormat

Functions Summary
function Close ()
functionint GetHeight ()
functionint GetWidth ()
functionbool IsPaused ()
functionbool IsPlaying ()
function Open (String MovieFilename)
function Pause (bool Pause)
function Play (bool LoopMovie)
function StopAtEnd ()
function StopNow ()


Variables Detail

Callbacks Source code

var Object Callbacks;

FMovie Source code

var const transient int FMovie;


Functions Detail

Close Source code

native final function Close ( )

GetHeight Source code

native final function int GetHeight ( )

GetWidth Source code

native final function int GetWidth ( )

IsPaused Source code

native final function bool IsPaused ( )

IsPlaying Source code

native final function bool IsPlaying ( )

Open Source code

native final function Open ( String MovieFilename )

Pause Source code

native final function Pause ( bool Pause )

Play Source code

native final function Play ( bool LoopMovie )

StopAtEnd Source code

native final function StopAtEnd ( )

StopNow Source code

native final function StopNow ( )


Defaultproperties

defaultproperties
{
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Fri 13-10-2023 03:18:49.500 - Created with UnCodeX