Project

General

Profile

SO3Engine
SCOLFlashControl.cpp File Reference

Go to the source code of this file.

Functions

int SO3FlashControlCreate (mmachine m)
 main include
 
int SO3FlashControlCreateBackground (mmachine m)
 SO3FlashControlCreateBackground : Create a new flash control.
 
int SO3FlashControlCreateOnMaterial (mmachine m)
 SO3FlashControlCreateOnMaterial : Set a texture flash on a material.
 
int SO3FlashControlSetQuality (mmachine m)
 SO3FlashControlSetQuality : defines the rendering quality for a flash control.
 
int SO3FlashControlGetQuality (mmachine m)
 SO3FlashControlGetQuality : Get the rendering quality of a flash control.
 
int SO3FlashControlGetScaleMode (mmachine m)
 SO3FlashControlGetScaleMode : Get the scale mode of a flash control.
 
int SO3FlashControlSetScaleMode (mmachine m)
 SO3FlashControlSetScaleMode : defines scale mode for a flash control.
 
int SO3FlashControlPlay (mmachine m)
 SO3FlashControlPlay : To play a flash control.
 
int SO3FlashControlRewind (mmachine m)
 SO3FlashControlRewind : To Rewind a flash control.
 
int SO3FlashControlGoToFrame (mmachine m)
 SO3FlashControlGoToFrame : Go to a given flash frame.
 
int SO3FlashControlStop (mmachine m)
 SO3FlashControlStop : To Stop a flash control.
 
int SCOLloadFlashControl (mmachine m, cbmachine w)
 Load the SO3Engine Viewport function.
 
int SCOLfreeFlashControl ()
 free the SO3Engine Viewport function
 

Variables

NativeDefinition natSO3FLH []
 

Function Documentation

◆ SCOLfreeFlashControl()

int SCOLfreeFlashControl ( )

free the SO3Engine Viewport function

Parameters
m: The VM

Definition at line 876 of file SCOLFlashControl.cpp.

◆ SCOLloadFlashControl()

int SCOLloadFlashControl ( mmachine  m,
cbmachine  w 
)

Load the SO3Engine Viewport function.

Parameters
m: The VM
w: The Callback VM

Definition at line 866 of file SCOLFlashControl.cpp.

Variable Documentation

◆ natSO3FLH

NativeDefinition natSO3FLH[]
Initial value:
= {
{ "SO3FlashControlCreate", 8, "fun [SO3_SCENE SO3_VIEWPORT S I I I I I] SO3_WIDGET", SO3FlashControlCreate },
{ "SO3FlashControlCreateBackground", 7, "fun [SO3_SCENE SO3_VIEWPORT S I I I I] SO3_WIDGET", SO3FlashControlCreateBackground },
{ "SO3FlashControlCreateOnMaterial", 8, "fun [SO3_SCENE SO3_MATERIAL S I I I I I] SO3_WIDGET", SO3FlashControlCreateOnMaterial },
{ "SO3FlashControlSetQuality", 2, "fun [SO3_WIDGET I] I", SO3FlashControlSetQuality },
{ "SO3FlashControlGetScaleMode", 1, "fun [SO3_WIDGET] I", SO3FlashControlGetScaleMode },
{ "SO3FlashControlGetQuality", 1, "fun [SO3_WIDGET] I", SO3FlashControlGetQuality },
{ "SO3FlashControlSetScaleMode", 2, "fun [SO3_WIDGET I] I", SO3FlashControlSetScaleMode },
{ "SO3FlashControlGoToFrame", 2, "fun [SO3_WIDGET I] I", SO3FlashControlGoToFrame },
{ "SO3FlashControlPlay", 1, "fun [SO3_WIDGET] I", SO3FlashControlPlay },
{ "SO3FlashControlRewind", 1, "fun [SO3_WIDGET] I", SO3FlashControlRewind },
{ "SO3FlashControlStop", 1, "fun [SO3_WIDGET] I", SO3FlashControlStop }
}
int SO3FlashControlGetQuality(mmachine m)
SO3FlashControlGetQuality : Get the rendering quality of a flash control.
int SO3FlashControlRewind(mmachine m)
SO3FlashControlRewind : To Rewind a flash control.
int SO3FlashControlStop(mmachine m)
SO3FlashControlStop : To Stop a flash control.
int SO3FlashControlGoToFrame(mmachine m)
SO3FlashControlGoToFrame : Go to a given flash frame.
int SO3FlashControlSetQuality(mmachine m)
SO3FlashControlSetQuality : defines the rendering quality for a flash control.
int SO3FlashControlCreateBackground(mmachine m)
SO3FlashControlCreateBackground : Create a new flash control.
int SO3FlashControlCreate(mmachine m)
main include
int SO3FlashControlSetScaleMode(mmachine m)
SO3FlashControlSetScaleMode : defines scale mode for a flash control.
int SO3FlashControlPlay(mmachine m)
SO3FlashControlPlay : To play a flash control.
int SO3FlashControlGetScaleMode(mmachine m)
SO3FlashControlGetScaleMode : Get the scale mode of a flash control.
int SO3FlashControlCreateOnMaterial(mmachine m)
SO3FlashControlCreateOnMaterial : Set a texture flash on a material.

Definition at line 846 of file SCOLFlashControl.cpp.