HPL3/SOMA/Scripting/cLuxBarkMachine

From Frictional Wiki
< HPL3‎ | SOMA‎ | Scripting
Revision as of 03:35, 4 August 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== cLuxBarkMachine has no public fields. ==...")
(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

cLuxBarkMachine has no public fields.

Functions

Return Type Function Name Parameters Description
void AddState int alId
void ChangeState int alId
iLuxEntity@ GetEntity
eLuxEntityComponentType GetType
bool IsActive
void PlayVoice const tString &in asSubject,
int alPrio,
float afMinDistance = -1,
float afMaxDistance = -1,
float afMaxPlayerListeningRange = -1
void SetActive bool abX
void SetState_SoundBark const tString &in asSound,
float afMinBetweenTime,
float afMaxBetweenTime,
bool abWaitForSoundToBeDone
void SetState_VoiceBark const tString &in asSubject,
float afMinBetweenTime,
float afMaxBetweenTime,
bool abWaitForSoundToBeDone,
int alPrio = 0,
float afMinDistance = -1,
float afMaxDistance = -1,
float afMaxPlayerListeningRange = -1
void SetupVoice const tString &in asCharacter,
bool abUse3D,
float afDefaultMinDistance,
float afDefaultMaxDistance,
float afDefaultMaxPlayerListeningRange