Go to the source code of this file.
◆ SCOLfreeFlashControl()
int SCOLfreeFlashControl |
( |
| ) |
|
◆ 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.
◆ natSO3FLH
NativeDefinition natSO3FLH[] |
Initial value:= {
{
"SO3FlashControlCreate", 8,
"fun [SO3_SCENE SO3_VIEWPORT S I I I I I] SO3_WIDGET",
SO3FlashControlCreate },
}
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.