HPL3/Amnesia: Rebirth/Scripting/cLuxLightSensor

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

cLuxLightSensor has no public fields.

Functions

Return Type Function And Description
iLuxEntity GetEntity()
float GetSensitivityLevel()
int GetType()
bool IsSensoring()
void LoadFromInstanceVariables(cResourceVarsObject@ apInstanceVars)
void SetSensitivityLevel(float afX)

Details

GetEntity

iLuxEntity@ GetEntity()

Returns:

  • iLuxEntity@

GetSensitivityLevel

float GetSensitivityLevel()

Returns:

  • float

GetType

int GetType()

Returns:

  • int

IsSensoring

bool IsSensoring()

Returns:

  • bool

LoadFromInstanceVariables

void LoadFromInstanceVariables(cResourceVarsObject@ apInstanceVars)


Parameters

Returns:

  • void

SetSensitivityLevel

void SetSensitivityLevel(float afX)


Parameters

  • afX (float) —

Returns:

  • void

References

See all references...