Difference between revisions of "HPL3/Amnesia: Rebirth/Scripting/cLuxLightSensor"
< HPL3 | Amnesia: Rebirth | Scripting
Jump to navigation
Jump to search
(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...") |
(No difference)
|
Latest revision as of 22:33, 15 November 2020
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
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
- apInstanceVars (cResourceVarsObject@) —
Returns:
- void
SetSensitivityLevel
void SetSensitivityLevel(float afX)
Parameters
- afX (float) —
Returns:
- void