HPL3/Amnesia: Rebirth/Scripting/cFogArea
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 AddChild
- 3.2 CollidesWithBV
- 3.3 CollidesWithFrustum
- 3.4 GetBoundingVolume
- 3.5 GetChildIterator
- 3.6 GetColor
- 3.7 GetCoverageAmount
- 3.8 GetDensity
- 3.9 GetEnd
- 3.10 GetEntityParent
- 3.11 GetEntityType
- 3.12 GetExponential
- 3.13 GetFalloffExp
- 3.14 GetHeightBased
- 3.15 GetHeightDensity
- 3.16 GetHeightHorizon
- 3.17 GetID
- 3.18 GetIlluminationColor
- 3.19 GetLiquidAmount
- 3.20 GetLocalMatrix
- 3.21 GetLocalPosition
- 3.22 GetMaterial
- 3.23 GetMatrixUpdateCount
- 3.24 GetName
- 3.25 GetPrio
- 3.26 GetRenderBV
- 3.27 GetRenderFlagBit
- 3.28 GetRenderFlags
- 3.29 GetRenderFrameCount
- 3.30 GetRenderLayer
- 3.31 GetRenderName
- 3.32 GetRenderType
- 3.33 GetScriptableIsSaved
- 3.34 GetShowBacksideWhenInside
- 3.35 GetShowBacksideWhenOutside
- 3.36 GetSize
- 3.37 GetStart
- 3.38 GetTransformUpdateCount
- 3.39 GetUniqueID
- 3.40 GetVertexBuffer
- 3.41 GetVisibleVar
- 3.42 GetWorldCenterPosition
- 3.43 GetWorldMatrix
- 3.44 GetWorldPosition
- 3.45 HasParent
- 3.46 IsActive
- 3.47 IsChild
- 3.48 IsOccluder
- 3.49 IsStatic
- 3.50 IsVisible
- 3.51 RemoveChild
- 3.52 SetActive
- 3.53 SetColor
- 3.54 SetCoverageAmount
- 3.55 SetDensity
- 3.56 SetEnd
- 3.57 SetExponential
- 3.58 SetFalloffExp
- 3.59 SetHeightBased
- 3.60 SetHeightDensity
- 3.61 SetHeightHorizon
- 3.62 SetIlluminationColor
- 3.63 SetLiquidAmount
- 3.64 SetMatrix
- 3.65 SetName
- 3.66 SetPosition
- 3.67 SetPrio
- 3.68 SetRenderFlagBit
- 3.69 SetRenderFrameCount
- 3.70 SetRenderLayer
- 3.71 SetScriptableIsSaved
- 3.72 SetShowBacksideWhenInside
- 3.73 SetShowBacksideWhenOutside
- 3.74 SetSize
- 3.75 SetStart
- 3.76 SetVisible
- 3.77 SetWorldMatrix
- 3.78 SetWorldPosition
- 3.79 UpdateLogic
- 3.80 UseAutomaticLiquidAmount
- 4 References
Fields
cFogArea has no public fields.
Functions
Details
AddChild
CollidesWithBV
CollidesWithFrustum
GetBoundingVolume
cBoundingVolume@+ GetBoundingVolume()
Returns:
- cBoundingVolume@+—
GetChildIterator
cEntity3DIterator@ GetChildIterator()
Returns:
- cEntity3DIterator@—
GetColor
const cColor& GetColor()
Returns:
- const cColor&—
GetCoverageAmount
float GetCoverageAmount()
Returns:
- float—
GetDensity
float GetDensity()
Returns:
- float—
GetEnd
float GetEnd()
Returns:
- float—
GetEntityParent
iEntity3D@ GetEntityParent()
Returns:
- iEntity3D@—
GetEntityType
eEntityType GetEntityType()
Returns:
- eEntityType—
GetExponential
bool GetExponential()
Returns:
- bool—
GetFalloffExp
float GetFalloffExp()
Returns:
- float—
GetHeightBased
bool GetHeightBased()
Returns:
- bool—
GetHeightDensity
float GetHeightDensity()
Returns:
- float—
GetHeightHorizon
float GetHeightHorizon()
Returns:
- float—
GetID
tID GetID()
Returns:
- tID—
GetIlluminationColor
const cColor& GetIlluminationColor()
Returns:
- const cColor&—
GetLiquidAmount
float GetLiquidAmount()
Returns:
- float—
GetLocalMatrix
cMatrixf& GetLocalMatrix()
Returns:
- cMatrixf&—
GetLocalPosition
cVector3f GetLocalPosition()
Returns:
- cVector3f—
GetMaterial
cMaterial@ GetMaterial()
Returns:
- cMaterial@—
GetMatrixUpdateCount
int GetMatrixUpdateCount()
Returns:
- int—
GetName
const tString& GetName()
Returns:
- const tString&—
GetPrio
int GetPrio()
Returns:
- int—
GetRenderBV
cBoundingVolume@+ GetRenderBV()
Returns:
- cBoundingVolume@+—
GetRenderFlagBit
bool GetRenderFlagBit(int alFlagBit)
Parameters
- alFlagBit (int) —
Returns:
- bool—
GetRenderFlags
int GetRenderFlags()
Returns:
- int—
GetRenderFrameCount
int GetRenderFrameCount()
Returns:
- int—
GetRenderLayer
int GetRenderLayer()
Returns:
- int—
GetRenderName
const tString& GetRenderName()
Returns:
- const tString&—
GetRenderType
eRenderableType GetRenderType()
Returns:
- eRenderableType—
GetScriptableIsSaved
bool GetScriptableIsSaved()
Returns:
- bool—
GetShowBacksideWhenInside
bool GetShowBacksideWhenInside()
Returns:
- bool—
GetShowBacksideWhenOutside
bool GetShowBacksideWhenOutside()
Returns:
- bool—
GetSize
const cVector3f& GetSize()
Returns:
- const cVector3f&—
GetStart
float GetStart()
Returns:
- float—
GetTransformUpdateCount
int GetTransformUpdateCount()
Returns:
- int—
GetUniqueID
int GetUniqueID()
Returns:
- int—
GetVertexBuffer
iVertexBuffer@ GetVertexBuffer()
Returns:
- iVertexBuffer@—
GetVisibleVar
bool GetVisibleVar()
Returns:
- bool—
GetWorldCenterPosition
cVector3f GetWorldCenterPosition()
Returns:
- cVector3f—
GetWorldMatrix
cMatrixf& GetWorldMatrix()
Returns:
- cMatrixf&—
GetWorldPosition
cVector3f GetWorldPosition()
Returns:
- cVector3f—
HasParent
bool HasParent()
Returns:
- bool—
IsActive
bool IsActive()
Returns:
- bool—
IsChild
IsOccluder
bool IsOccluder()
Returns:
- bool—
IsStatic
bool IsStatic()
Returns:
- bool—
IsVisible
bool IsVisible()
Returns:
- bool—
RemoveChild
SetActive
void SetActive(bool abActive)
Parameters
- abActive (bool) —
Returns:
- void
SetColor
SetCoverageAmount
void SetCoverageAmount(float afX)
Parameters
- afX (float) —
Returns:
- void
SetDensity
void SetDensity(float afX)
Parameters
- afX (float) —
Returns:
- void
SetEnd
void SetEnd(float afX)
Parameters
- afX (float) —
Returns:
- void
SetExponential
void SetExponential(bool abX)
Parameters
- abX (bool) —
Returns:
- void
SetFalloffExp
void SetFalloffExp(float afX)
Parameters
- afX (float) —
Returns:
- void
SetHeightBased
void SetHeightBased(bool abX)
Parameters
- abX (bool) —
Returns:
- void
SetHeightDensity
void SetHeightDensity(float afX)
Parameters
- afX (float) —
Returns:
- void
SetHeightHorizon
void SetHeightHorizon(float afX)
Parameters
- afX (float) —
Returns:
- void
SetIlluminationColor
SetLiquidAmount
void SetLiquidAmount(float afX)
Parameters
- afX (float) —
Returns:
- void
SetMatrix
void SetMatrix(const cMatrixf &in a_mtxTransform)
Parameters
- a_mtxTransform (cMatrixf) —
Returns:
- void
SetName
SetPosition
SetPrio
void SetPrio(int alX)
Parameters
- alX (int) —
Returns:
- void
SetRenderFlagBit
void SetRenderFlagBit(int alFlagBit,
bool abSet)
Parameters
- alFlagBit (int) —
- abSet (bool) —
Returns:
- void
SetRenderFrameCount
void SetRenderFrameCount(int alCount)
Parameters
- alCount (int) —
Returns:
- void
SetRenderLayer
void SetRenderLayer(int alX)
Parameters
- alX (int) —
Returns:
- void
SetScriptableIsSaved
void SetScriptableIsSaved(bool abX)
Parameters
- abX (bool) —
Returns:
- void
SetShowBacksideWhenInside
void SetShowBacksideWhenInside(bool abX)
Parameters
- abX (bool) —
Returns:
- void
SetShowBacksideWhenOutside
void SetShowBacksideWhenOutside(bool abX)
Parameters
- abX (bool) —
Returns:
- void
SetSize
SetStart
void SetStart(float afX)
Parameters
- afX (float) —
Returns:
- void
SetVisible
void SetVisible(bool abVisible)
Parameters
- abVisible (bool) —
Returns:
- void
SetWorldMatrix
void SetWorldMatrix(const cMatrixf &in a_mtxWorldTransform)
Parameters
- a_mtxWorldTransform (cMatrixf) —
Returns:
- void
SetWorldPosition
void SetWorldPosition(const cVector3f &in avWorldPos)
Parameters
- avWorldPos (cVector3f) —
Returns:
- void
UpdateLogic
void UpdateLogic(float afTimeStep)
Parameters
- afTimeStep (float) —
Returns:
- void
UseAutomaticLiquidAmount
void UseAutomaticLiquidAmount(float afTime = 0)
Parameters
- afTime (float) —
Returns:
- void