HPL3/Amnesia: Rebirth/Scripting/cLuxSoundListener
< HPL3 | Amnesia: Rebirth | Scripting
Jump to navigation
Jump to search
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
- 1 Fields
- 2 Functions
- 3 Details
- 3.1 GetEntity
- 3.2 GetHearRadius
- 3.3 GetIgnoreSoundRadius
- 3.4 GetMaxPlayerPhysicsInteractTime
- 3.5 GetMinHearPrio
- 3.6 GetSoundMaxRadius
- 3.7 GetSoundMinRadius
- 3.8 GetSoundRadiusMul
- 3.9 GetType
- 3.10 IsActive
- 3.11 IsListening
- 3.12 LoadFromInstanceVariables
- 3.13 SetActive
- 3.14 SetHearRadius
- 3.15 SetIgnoreSoundRadius
- 3.16 SetMaxPlayerPhysicsInteractTime
- 3.17 SetMinHearPrio
- 3.18 SetSoundMaxRadius
- 3.19 SetSoundMinRadius
- 3.20 SetSoundRadiusMul
- 4 References
Fields
cLuxSoundListener has no public fields.
Functions
Return Type | Function And Description |
---|---|
iLuxEntity | GetEntity() |
float | GetHearRadius() |
float | GetIgnoreSoundRadius() |
float | GetMaxPlayerPhysicsInteractTime() |
int | GetMinHearPrio() |
float | GetSoundMaxRadius() |
float | GetSoundMinRadius() |
float | GetSoundRadiusMul() |
int | GetType() |
bool | IsActive() |
bool | IsListening() |
void | LoadFromInstanceVariables(cResourceVarsObject@ apInstanceVars) |
void | SetActive(bool bX) |
void | SetHearRadius(float afX) |
void | SetIgnoreSoundRadius(float afX) |
void | SetMaxPlayerPhysicsInteractTime(float afX) |
void | SetMinHearPrio(int alX) |
void | SetSoundMaxRadius(float afX) |
void | SetSoundMinRadius(float afX) |
void | SetSoundRadiusMul(float afX) |
Details
GetEntity
iLuxEntity@ GetEntity()
Returns:
- iLuxEntity@—
GetHearRadius
float GetHearRadius()
Returns:
- float—
GetIgnoreSoundRadius
float GetIgnoreSoundRadius()
Returns:
- float—
GetMaxPlayerPhysicsInteractTime
float GetMaxPlayerPhysicsInteractTime()
Returns:
- float—
GetMinHearPrio
int GetMinHearPrio()
Returns:
- int—
GetSoundMaxRadius
float GetSoundMaxRadius()
Returns:
- float—
GetSoundMinRadius
float GetSoundMinRadius()
Returns:
- float—
GetSoundRadiusMul
float GetSoundRadiusMul()
Returns:
- float—
GetType
int GetType()
Returns:
- int—
IsActive
bool IsActive()
Returns:
- bool—
IsListening
bool IsListening()
Returns:
- bool—
LoadFromInstanceVariables
void LoadFromInstanceVariables(cResourceVarsObject@ apInstanceVars)
Parameters
- apInstanceVars (cResourceVarsObject@) —
Returns:
- void
SetActive
void SetActive(bool bX)
Parameters
- bX (bool) —
Returns:
- void
SetHearRadius
void SetHearRadius(float afX)
Parameters
- afX (float) —
Returns:
- void
SetIgnoreSoundRadius
void SetIgnoreSoundRadius(float afX)
Parameters
- afX (float) —
Returns:
- void
SetMaxPlayerPhysicsInteractTime
void SetMaxPlayerPhysicsInteractTime(float afX)
Parameters
- afX (float) —
Returns:
- void
SetMinHearPrio
void SetMinHearPrio(int alX)
Parameters
- alX (int) —
Returns:
- void
SetSoundMaxRadius
void SetSoundMaxRadius(float afX)
Parameters
- afX (float) —
Returns:
- void
SetSoundMinRadius
void SetSoundMinRadius(float afX)
Parameters
- afX (float) —
Returns:
- void
SetSoundRadiusMul
void SetSoundRadiusMul(float afX)
Parameters
- afX (float) —
Returns:
- void