Difference between revisions of "HPL3/Amnesia: Rebirth/Scripting/cLuxEdgeGlow"
< 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== cLuxEdgeGlow has no public fields. ==Func...") |
(No difference)
|
Latest revision as of 22:29, 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
cLuxEdgeGlow has no public fields.
Functions
| Return Type | Function And Description |
|---|---|
| float | GetAlpha() |
| cColor | GetColor() |
| float | GetEdgeThickness() |
| iLuxEntity | GetEntity() |
| float | GetLightLimit() |
| int | GetType() |
| bool | IsActive() |
| void | LoadFromInstanceVariables(cResourceVarsObject@ apInstanceVars) |
| void | SetActive(bool abX) |
| void | SetAlpha(float afX) |
| void | SetColor(const cColor &in aColor) |
| void | SetEdgeThickness(float afX) |
| void | SetLightLimit(float afX) |
Details
GetAlpha
float GetAlpha()
Returns:
- float—
GetColor
cColor GetColor()
Returns:
- cColor—
GetEdgeThickness
float GetEdgeThickness()
Returns:
- float—
GetEntity
iLuxEntity@ GetEntity()
Returns:
- iLuxEntity@—
GetLightLimit
float GetLightLimit()
Returns:
- float—
GetType
int GetType()
Returns:
- int—
IsActive
bool IsActive()
Returns:
- bool—
LoadFromInstanceVariables
void LoadFromInstanceVariables(cResourceVarsObject@ apInstanceVars)
Parameters
- apInstanceVars (cResourceVarsObject@) —
Returns:
- void
SetActive
void SetActive(bool abX)
Parameters
- abX (bool) —
Returns:
- void
SetAlpha
void SetAlpha(float afX)
Parameters
- afX (float) —
Returns:
- void
SetColor
SetEdgeThickness
void SetEdgeThickness(float afX)
Parameters
- afX (float) —
Returns:
- void
SetLightLimit
void SetLightLimit(float afX)
Parameters
- afX (float) —
Returns:
- void