HPL3/SOMA/Scripting/cEnvironmentParticles

From Frictional Wiki
< HPL3‎ | SOMA‎ | Scripting
Jump to navigation Jump to search

Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki!

Fields

cEnvironmentParticles has no public fields.

Functions

Return Type Function Name Parameters Description
void AddClipArea iEntity3D@ apClipEntity,
bool abSubtractive
float GetBrightness
bool GetClipActive
cColor GetColor
cVector3f GetGravityVelocity
float GetIterationNum
int GetIterationNumInt
const tString& GetName
cVector3f GetRotateVelocity
cVector3f GetWindVelocity
void RemoveClipArea iEntity3D@ apClipEntity
void SetBoxDistance float afDistance
void SetBrightness float afX
void SetClipActive bool abX
void SetColor const cColor& aCol
void SetFadeInEnd float afX
void SetFadeInStart float afX
void SetFadeOutEnd float afX
void SetFadeOutStart float afX
void SetGravitySpeedRandomAmount float afX
void SetGravityVelocity const cVector3f& avVel
void SetIterationNum float afNum
void SetRotateSpeedRandomAmount float afX
void SetRotateSpeedRandomBothDirs bool abX
void SetRotateVelocity const cVector3f& avVel
void SetSpotLight cLightSpot@ apSpotLight,
float afMul
bool SetVisible bool abX
void SetWindDirectionRandomAmount float afX
void SetWindSpeedRandomAmount float afX
void SetWindVelocity const cVector3f& avVel

References

See all references...