HPL3/Amnesia: Rebirth/Scripting/cLuxLightSensor

From Frictional Wiki
< HPL3‎ | Amnesia: Rebirth‎ | Scripting
Revision as of 23:33, 15 November 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== cLuxLightSensor has no public fields. ==F...")
(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

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...