Audio::prepareAlarm: Difference between revisions
(yay) |
(yay) |
||
| Line 1: | Line 1: | ||
Example:<br><br>bool prepareAlarm = AUDIO::PREPARE_ALARM('PORT_OF_LS_HEIST_FORT_ZANCUDO_ALARMS');<br><br>~Zerovv==Syntax==<syntaxhighlight lang="javascript">audio.prepareAlarm(alarmName);</syntaxhighlight>=== Required Arguments ===*'''alarmName:''' String===Return value===*'''Boolean'''==Example==<syntaxhighlight lang="javascript">todo</syntaxhighlight>==See also=={{Audio_function_c}}[[Category:Clientside API]][[Category:TODO: Example]] | Example:<br><br>bool prepareAlarm = AUDIO::PREPARE_ALARM('PORT_OF_LS_HEIST_FORT_ZANCUDO_ALARMS');<br><br>~Zerovv | ||
==Syntax== | |||
<syntaxhighlight lang="javascript">audio.prepareAlarm(alarmName);</syntaxhighlight> | |||
=== Required Arguments === | |||
*'''alarmName:''' String | |||
===Return value=== | |||
*'''Boolean''' | |||
==Example== | |||
<syntaxhighlight lang="javascript"> | |||
todo | |||
</syntaxhighlight> | |||
==See also== | |||
{{Audio_function_c}} | |||
[[Category:Clientside API]] | |||
[[Category:TODO: Example]] | |||
Revision as of 19:54, 6 May 2017
Example:
bool prepareAlarm = AUDIO::PREPARE_ALARM('PORT_OF_LS_HEIST_FORT_ZANCUDO_ALARMS');
~Zerovv
Syntax
audio.prepareAlarm(alarmName);
Required Arguments
- alarmName: String
Return value
- Boolean
Example
todo