IsValidSound: Difference between revisions
From Onset Developer Wiki
Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|__EDIT_ME__}} {{FuncSyntax|IsValidSound(sound)}} {{FuncParameters}} {{FuncParam|sound|__EDIT_ME__}} {{FuncReturnValue|__EDIT..." |
No edit summary |
||
Line 1: | Line 1: | ||
{{Info|Function|Client|1.0}} | {{Info|Function|Client|1.0}} | ||
{{FuncDescription| | {{FuncDescription|Checks whether the sound is valid or not.}} | ||
{{FuncSyntax|IsValidSound(sound)}} | {{FuncSyntax|IsValidSound(sound)}} | ||
Line 8: | Line 8: | ||
{{FuncParam|sound|__EDIT_ME__}} | {{FuncParam|sound|__EDIT_ME__}} | ||
{{FuncReturnValue| | {{FuncReturnValue|Returns '''true''' if the sound is valid, otherwise '''false'''.}} | ||
== Example == | == Example == |
Revision as of 14:29, 10 November 2019
Description
Checks whether the sound is valid or not.
Syntax
IsValidSound(sound)
Parameters
- sound
__EDIT_ME__
Return Value
- Returns true if the sound is valid, otherwise false.
Example
__EDIT_ME__
See also
__EDIT_ME__