HPL3/Amnesia: Rebirth/Scripting/cRopeEntityBillboard
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 GetEntityParent
- 3.9 GetEntityType
- 3.10 GetID
- 3.11 GetIlluminationColor
- 3.12 GetLengthTileAmount
- 3.13 GetLengthTileSize
- 3.14 GetLiquidAmount
- 3.15 GetLocalMatrix
- 3.16 GetLocalPosition
- 3.17 GetMaterial
- 3.18 GetMatrixUpdateCount
- 3.19 GetMaxSegments
- 3.20 GetMultiplyAlphaWithColor
- 3.21 GetName
- 3.22 GetPhysicsRope
- 3.23 GetRadius
- 3.24 GetRenderBV
- 3.25 GetRenderFlagBit
- 3.26 GetRenderFlags
- 3.27 GetRenderFrameCount
- 3.28 GetRenderLayer
- 3.29 GetRenderName
- 3.30 GetRenderType
- 3.31 GetScriptableIsSaved
- 3.32 GetTransformUpdateCount
- 3.33 GetUniqueID
- 3.34 GetVertexBuffer
- 3.35 GetVisibleVar
- 3.36 GetWorldCenterPosition
- 3.37 GetWorldMatrix
- 3.38 GetWorldPosition
- 3.39 HasParent
- 3.40 IsActive
- 3.41 IsChild
- 3.42 IsOccluder
- 3.43 IsStatic
- 3.44 IsVisible
- 3.45 RemoveChild
- 3.46 SetActive
- 3.47 SetColor
- 3.48 SetCoverageAmount
- 3.49 SetIlluminationColor
- 3.50 SetLengthTileAmount
- 3.51 SetLengthTileSize
- 3.52 SetLiquidAmount
- 3.53 SetMaterial
- 3.54 SetMatrix
- 3.55 SetMultiplyAlphaWithColor
- 3.56 SetName
- 3.57 SetPosition
- 3.58 SetRadius
- 3.59 SetRenderFlagBit
- 3.60 SetRenderFrameCount
- 3.61 SetRenderLayer
- 3.62 SetScriptableIsSaved
- 3.63 SetVisible
- 3.64 SetWorldMatrix
- 3.65 SetWorldPosition
- 3.66 UpdateLogic
- 3.67 UseAutomaticLiquidAmount
- 4 References
Fields
cRopeEntityBillboard 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—
GetEntityParent
iEntity3D@ GetEntityParent()
Returns:
- iEntity3D@—
GetEntityType
eEntityType GetEntityType()
Returns:
- eEntityType—
GetID
tID GetID()
Returns:
- tID—
GetIlluminationColor
const cColor& GetIlluminationColor()
Returns:
- const cColor&—
GetLengthTileAmount
float GetLengthTileAmount()
Returns:
- float—
GetLengthTileSize
float GetLengthTileSize()
Returns:
- float—
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—
GetMaxSegments
int GetMaxSegments()
Returns:
- int—
GetMultiplyAlphaWithColor
bool GetMultiplyAlphaWithColor()
Returns:
- bool—
GetName
const tString& GetName()
Returns:
- const tString&—
GetPhysicsRope
iPhysicsRope@ GetPhysicsRope()
Returns:
- iPhysicsRope@—
GetRadius
float GetRadius()
Returns:
- float—
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—
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
SetIlluminationColor
SetLengthTileAmount
void SetLengthTileAmount(float afX)
Parameters
- afX (float) —
Returns:
- void
SetLengthTileSize
void SetLengthTileSize(float afX)
Parameters
- afX (float) —
Returns:
- void
SetLiquidAmount
void SetLiquidAmount(float afX)
Parameters
- afX (float) —
Returns:
- void
SetMaterial
SetMatrix
void SetMatrix(const cMatrixf &in a_mtxTransform)
Parameters
- a_mtxTransform (cMatrixf) —
Returns:
- void
SetMultiplyAlphaWithColor
void SetMultiplyAlphaWithColor(bool abX)
Parameters
- abX (bool) —
Returns:
- void
SetName
SetPosition
SetRadius
void SetRadius(float afX)
Parameters
- afX (float) —
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
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