Go to the source code of this file.
◆ SCOLfreeParticle()
free the SO3Engine Viewport function
- Parameters
-
Definition at line 475 of file SCOLParticle.cpp.
◆ SCOLloadParticle()
int SCOLloadParticle |
( |
mmachine |
m, |
|
|
cbmachine |
w |
|
) |
| |
Load the SO3Engine Viewport function.
- Parameters
-
m | : The VM |
w | : The Callback VM |
Definition at line 465 of file SCOLParticle.cpp.
◆ natSO3Particle
NativeDefinition natSO3Particle[] |
Initial value:= {
}
int SO3ParticleSystemGetTemplate(mmachine m)
SO3ParticleSystemGetTemplate : Get the template for particle system.
int SO3ParticleSystemGetSpeedFactor(mmachine m)
SO3ParticleSystemGetSpeedFactor : Get the speed factor for particle system.
int SO3ParticleSystemSetEnable(mmachine m)
SO3ParticleSystemSetEnable : Set the Enable state for particle system.
int SO3ParticleSystemSetSpeedFactor(mmachine m)
SO3ParticleSystemSetSpeedFactor : Set the speed factor for particle system.
int SO3ParticleSystemClear(mmachine m)
SO3ParticleSystemClear : Clear a set of particle for a given particle system.
int SO3ParticleSystemGetEnable(mmachine m)
SO3ParticleSystemGetEnable : Get the enable state for particle system.
int SO3ParticleSystemGetPause(mmachine m)
SO3ParticleSystemGetPause : Get the pause state for particle system.
int SO3ParticleSystemSetPause(mmachine m)
SO3ParticleSystemSetPause : Set the pause state for particle system.
int SO3ParticleSystemCreateFromTemplate(mmachine m)
main include
Definition at line 447 of file SCOLParticle.cpp.