Difference between revisions of "HPL3/SOMA/Scripting/iSoundEvent"
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== iSoundEvent has no public fields. ==Func...") |
|||
Line 88: | Line 88: | ||
| <syntaxhighlight lang="c++" inline>void</syntaxhighlight> || Stop || <syntaxhighlight lang="c++" inline>bool abPlayEnd</syntaxhighlight> || | | <syntaxhighlight lang="c++" inline>void</syntaxhighlight> || Stop || <syntaxhighlight lang="c++" inline>bool abPlayEnd</syntaxhighlight> || | ||
|} | |} | ||
+ | |||
+ | {{ReferencesSection}} | ||
{{HPL3SOMAScriptingCategories}} | {{HPL3SOMAScriptingCategories}} | ||
__FORCETOC__ | __FORCETOC__ |
Latest revision as of 16:10, 6 August 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
iSoundEvent has no public fields.
Functions
Return Type | Function Name | Parameters | Description |
---|---|---|---|
float |
GetAudibility | ||
iSoundEventData@ |
GetData | ||
float |
GetElapsedTime | ||
float |
GetMaxDistance | ||
float |
GetMinDistance | ||
const tString& |
GetName | ||
float |
GetParam | int alIdx |
|
float |
GetParam | const tString &in asName |
|
bool |
GetPaused | ||
const cVector3f& |
GetPosition | ||
bool |
GetPostionIsHeadRelative | ||
bool |
GetReverbActive | ||
float |
GetReverbAmount | ||
float |
GetSpeakerSpread | ||
float |
GetSpeed | ||
float |
GetTotalTime | ||
const cVector3f& |
GetVelocity | ||
float |
GetVolume | ||
bool |
Is3D | ||
bool |
IsLoading | ||
bool |
IsOneShot | ||
bool |
IsPlaying | ||
bool |
IsPriorityReleased | ||
void |
SetMaxDistance | float fMax |
|
void |
SetMinDistance | float fMin |
|
void |
SetParam | int alIdx ,float afValue |
|
void |
SetParam | const tString &in asName ,float afValue |
|
void |
SetPaused | bool abX |
|
void |
SetPosition | const cVector3f& avPos |
|
void |
SetPostionIsHeadRelative | bool abX |
|
void |
SetReverbActive | bool abX |
|
void |
SetReverbAmount | float afX |
|
void |
SetSpeakerSpread | float afX |
|
void |
SetSpeed | float afSpeed |
|
void |
SetVelocity | const cVector3f& avVel |
|
void |
SetVolume | float afVolume |
|
void |
Start | ||
void |
Stop | bool abPlayEnd |