HPL3/SOMA/Scripting/cExposureArea

From Frictional Wiki
< HPL3‎ | SOMA‎ | Scripting
Revision as of 03:06, 4 August 2020 by Abion47 (talk | contribs) (Created page with "{{ScriptingStub}} Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki! ==Fields== cExposureArea has no public fields. ==Fu...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

cExposureArea has no public fields.

Functions

Return Type Function Name Parameters Description
void AddChild iEntity3D@ apEntity
cBoundingVolume@+ GetBoundingVolume
cEntity3DIterator@ GetChildIterator
iEntity3D@ GetEntityParent
eEntityType GetEntityType
float GetExposure float afX
tID GetID
cMatrixf& GetLocalMatrix
cVector3f GetLocalPosition
const tString& GetName
bool GetScriptableIsSaved
int GetTransformUpdateCount
float GetTransitionTime float afX
int GetUniqueID
float GetWhiteCut float afX
cMatrixf& GetWorldMatrix
cVector3f GetWorldPosition
bool HasParent
bool IsActive
bool IsChild iEntity3D@ apEntity
void RemoveChild iEntity3D@ apEntity
void SetActive bool abActive
void SetExposure float afX
void SetMatrix const cMatrixf &in a_mtxTransform
void SetName const tString &in asName
void SetPosition const cVector3f &in avPos
void SetScriptableIsSaved bool abX
void SetTransitionTime float afX
void SetWhiteCut float afX
void SetWorldMatrix const cMatrixf &in a_mtxWorldTransform
void SetWorldPosition const cVector3f &in avWorldPos
void UpdateLogic float afTimeStep