|
SO3Engine
|
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 },
}
int SO3FlashControlGetQuality(mmachine m)
SO3FlashControlGetQuality : Get the rendering quality of a flash control.
Definition SCOLFlashControl.cpp:478
int SO3FlashControlRewind(mmachine m)
SO3FlashControlRewind : To Rewind a flash control.
Definition SCOLFlashControl.cpp:695
int SO3FlashControlStop(mmachine m)
SO3FlashControlStop : To Stop a flash control.
Definition SCOLFlashControl.cpp:802
int SO3FlashControlGoToFrame(mmachine m)
SO3FlashControlGoToFrame : Go to a given flash frame.
Definition SCOLFlashControl.cpp:748
int SO3FlashControlSetQuality(mmachine m)
SO3FlashControlSetQuality : defines the rendering quality for a flash control.
Definition SCOLFlashControl.cpp:416
int SO3FlashControlCreateBackground(mmachine m)
SO3FlashControlCreateBackground : Create a new flash control.
Definition SCOLFlashControl.cpp:175
int SO3FlashControlSetScaleMode(mmachine m)
SO3FlashControlSetScaleMode : defines scale mode for a flash control.
Definition SCOLFlashControl.cpp:589
int SO3FlashControlPlay(mmachine m)
SO3FlashControlPlay : To play a flash control.
Definition SCOLFlashControl.cpp:643
int SO3FlashControlGetScaleMode(mmachine m)
SO3FlashControlGetScaleMode : Get the scale mode of a flash control.
Definition SCOLFlashControl.cpp:534
int SO3FlashControlCreateOnMaterial(mmachine m)
SO3FlashControlCreateOnMaterial : Set a texture flash on a material.
Definition SCOLFlashControl.cpp:277
Definition at line 846 of file SCOLFlashControl.cpp.
Generated by