HPL3/Amnesia: Rebirth/Scripting/cLightMaskBox
< 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
Fields
cLightMaskBox has no public fields.
Functions
Return Type | Function And Description |
---|---|
cVector3f | GetBoxSize() |
bool | GetExcludeLight() |
void | SetBoxSize(const cVector3f &in avSize) |
void | SetExcludeLight(bool abX) |
Details
GetBoxSize
const cVector3f& GetBoxSize()
Returns:
- const cVector3f&—
GetExcludeLight
bool GetExcludeLight()
Returns:
- bool—
SetBoxSize
SetExcludeLight
void SetExcludeLight(bool abX)
Parameters
- abX (bool) —
Returns:
- void
References
- HPL3/Amnesia: Rebirth/Scripting/Scripting Api (← links)
- HPL3/Amnesia: Rebirth/Scripting/cLightBox (← links)
- HPL3/Amnesia: Rebirth/Scripting/cLightDirectional (← links)
- HPL3/Amnesia: Rebirth/Scripting/cLightMaskBoxIterator (← links)
- HPL3/Amnesia: Rebirth/Scripting/cLightPoint (← links)
- HPL3/Amnesia: Rebirth/Scripting/cLightSpot (← links)
- HPL3/Amnesia: Rebirth/Scripting/cWorld (← links)
- HPL3/Amnesia: Rebirth/Scripting/iLight (← links)
- HPL3/Amnesia: Rebirth/Scripting/Scripting Api/cLux (← links)