HPL3/Amnesia: Rebirth/Scripting/cEnvironmentParticles
< HPL3 | Amnesia: Rebirth | Scripting
Jump to navigation
Jump to search
This page has been automatically generated, but it needs descriptions added to the various fields/functions in order to be complete. |
Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki!
Contents
- 1 Fields
- 2 Functions
- 3 Details
- 3.1 AddClipArea
- 3.2 GetBrightness
- 3.3 GetClipActive
- 3.4 GetColor
- 3.5 GetGravityVelocity
- 3.6 GetIterationNum
- 3.7 GetIterationNumInt
- 3.8 GetName
- 3.9 GetRotateVelocity
- 3.10 GetWindVelocity
- 3.11 RemoveClipArea
- 3.12 SetBoxDistance
- 3.13 SetBrightness
- 3.14 SetClipActive
- 3.15 SetColor
- 3.16 SetFadeInEnd
- 3.17 SetFadeInStart
- 3.18 SetFadeOutEnd
- 3.19 SetFadeOutStart
- 3.20 SetGravitySpeedRandomAmount
- 3.21 SetGravityVelocity
- 3.22 SetIterationNum
- 3.23 SetRotateSpeedRandomAmount
- 3.24 SetRotateSpeedRandomBothDirs
- 3.25 SetRotateVelocity
- 3.26 SetSpotLight
- 3.27 SetVisible
- 3.28 SetWindDirectionRandomAmount
- 3.29 SetWindSpeedRandomAmount
- 3.30 SetWindVelocity
- 4 References
Fields
cEnvironmentParticles has no public fields.
Functions
Details
AddClipArea
void AddClipArea(iEntity3D@ apClipEntity,
bool abSubtractive)
Parameters
- apClipEntity (iEntity3D@) —
- abSubtractive (bool) —
Returns:
- void
GetBrightness
float GetBrightness()
Returns:
- float—
GetClipActive
bool GetClipActive()
Returns:
- bool—
GetColor
cColor GetColor()
Returns:
- cColor—
GetGravityVelocity
cVector3f GetGravityVelocity()
Returns:
- cVector3f—
GetIterationNum
float GetIterationNum()
Returns:
- float—
GetIterationNumInt
int GetIterationNumInt()
Returns:
- int—
GetName
const tString& GetName()
Returns:
- const tString&—
GetRotateVelocity
cVector3f GetRotateVelocity()
Returns:
- cVector3f—
GetWindVelocity
cVector3f GetWindVelocity()
Returns:
- cVector3f—
RemoveClipArea
SetBoxDistance
void SetBoxDistance(float afDistance)
Parameters
- afDistance (float) —
Returns:
- void
SetBrightness
void SetBrightness(float afX)
Parameters
- afX (float) —
Returns:
- void
SetClipActive
void SetClipActive(bool abX)
Parameters
- abX (bool) —
Returns:
- void
SetColor
SetFadeInEnd
void SetFadeInEnd(float afX)
Parameters
- afX (float) —
Returns:
- void
SetFadeInStart
void SetFadeInStart(float afX)
Parameters
- afX (float) —
Returns:
- void
SetFadeOutEnd
void SetFadeOutEnd(float afX)
Parameters
- afX (float) —
Returns:
- void
SetFadeOutStart
void SetFadeOutStart(float afX)
Parameters
- afX (float) —
Returns:
- void
SetGravitySpeedRandomAmount
void SetGravitySpeedRandomAmount(float afX)
Parameters
- afX (float) —
Returns:
- void
SetGravityVelocity
SetIterationNum
void SetIterationNum(float afNum)
Parameters
- afNum (float) —
Returns:
- void
SetRotateSpeedRandomAmount
void SetRotateSpeedRandomAmount(float afX)
Parameters
- afX (float) —
Returns:
- void
SetRotateSpeedRandomBothDirs
void SetRotateSpeedRandomBothDirs(bool abX)
Parameters
- abX (bool) —
Returns:
- void
SetRotateVelocity
SetSpotLight
void SetSpotLight(cLightSpot@ apSpotLight,
float afMul)
Parameters
- apSpotLight (cLightSpot@) —
- afMul (float) —
Returns:
- void
SetVisible
bool SetVisible(bool abX)
Parameters
- abX (bool) —
Returns:
- bool—
SetWindDirectionRandomAmount
void SetWindDirectionRandomAmount(float afX)
Parameters
- afX (float) —
Returns:
- void
SetWindSpeedRandomAmount
void SetWindSpeedRandomAmount(float afX)
Parameters
- afX (float) —
Returns:
- void