GetSoundCount: Difference between revisions
From Onset Developer Wiki
Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|__EDIT_ME__}} {{FuncSyntax|GetSoundCount()}} {{FuncParameters}} {{FuncNoParam}} {{FuncReturnValue|__EDIT_ME__}} == Example..." |
No edit summary |
||
Line 1: | Line 1: | ||
{{Info|Function|Client|1.0}} | {{Info|Function|Client|1.0}} | ||
{{FuncDescription| | {{FuncDescription|Get the amount of sounds created with [[CreateSound]].}} | ||
{{FuncSyntax|GetSoundCount()}} | {{FuncSyntax|GetSoundCount()}} | ||
Line 8: | Line 8: | ||
{{FuncNoParam}} | {{FuncNoParam}} | ||
{{FuncReturnValue| | {{FuncReturnValue|Returns the amount of sounds created for the client.}} | ||
== Example == | == Example == | ||
Line 14: | Line 14: | ||
{{RelatedFunctions}} | {{RelatedFunctions}} | ||
* [[CreateSound]] | |||
* [[DestroySound]] | |||
* [[IsValidSound]] |
Latest revision as of 14:59, 17 November 2019
Description
Get the amount of sounds created with CreateSound.
Syntax
GetSoundCount()
Parameters
- This function has no parameters.
Return Value
- Returns the amount of sounds created for the client.
Example
__EDIT_ME__