HPL3/Amnesia: Rebirth/Scripting/cLightMaskBox

From Frictional Wiki
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

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

void SetBoxSize(const cVector3f &in avSize)


Parameters

Returns:

  • void

SetExcludeLight

void SetExcludeLight(bool abX)


Parameters

  • abX (bool) —

Returns:

  • void

References

See all references...