Difference between revisions of "HPL3/SOMA/Scripting/iSoundChannel"
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== iSoundChannel has no public fields. ==Fu...") |
|||
Line 84: | Line 84: | ||
| <syntaxhighlight lang="c++" inline>void</syntaxhighlight> || Stop || || | | <syntaxhighlight lang="c++" inline>void</syntaxhighlight> || Stop || || | ||
|} | |} | ||
+ | |||
+ | {{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
iSoundChannel has no public fields.
Functions
Return Type | Function Name | Parameters | Description |
---|---|---|---|
iSoundData@ |
GetData | ||
float |
GetElapsedTime | ||
float |
GetMaxDistance | ||
float |
GetMinDistance | ||
float |
GetPan | ||
bool |
GetPaused | ||
const cVector3f& |
GetPosition | ||
bool |
GetPostionIsHeadRelative | ||
int |
GetPriority | ||
bool |
GetReverbActive | ||
float |
GetReverbAmount | ||
float |
GetSpeakerSpread | ||
float |
GetSpeed | ||
float |
GetTotalTime | ||
const cVector3f& |
GetVelocity | ||
float |
GetVolume | ||
bool |
Is3D | ||
bool |
IsPlaying | ||
bool |
IsPriorityReleased | ||
bool |
IsVirtual | ||
void |
Play | ||
void |
SetElapsedTime | float afTime |
|
void |
SetMaxDistance | float fMax |
|
void |
SetMinDistance | float fMin |
|
void |
SetPan | float afPan |
|
void |
SetPaused | bool abX |
|
void |
SetPosition | const cVector3f& avPos |
|
void |
SetPostionIsHeadRelative | bool abX |
|
void |
SetPriority | int alX |
|
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 |
Stop |