Difference between revisions of "VN fnc revive setup audio"
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " |a= " to " |author= ") |
Lou Montana (talk | contribs) (Page filling) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | |||
{{Function | {{Function | ||
Line 6: | Line 5: | ||
|author= Ethan Johnson | |author= Ethan Johnson | ||
− | |e= | + | |a= |
+ | |||
+ | |e= local | ||
|g1= advanced_revive_functions | |g1= advanced_revive_functions | ||
− | |d= | + | |d= Revive audio setup function. Stores all the revive system sound classnames in a global {{DataType|array}} named <tt>VN_revive_audio</tt> and stores their subtitles in {{Biki|missionNamespace}}. |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | < | ||
− | |s= [] call [[VN_fnc_revive_setup_audio]] | + | |s= [] call [[VN_fnc_revive_setup_audio]] |
|p1n= | |p1n= | ||
Line 40: | Line 28: | ||
|r1d= | |r1d= | ||
− | |x1= <code> | + | |x1= <code>[] call [[VN_fnc_revive_setup_audio]];</code> |
}} | }} |
Latest revision as of 18:26, 30 January 2021
← back to Functions | Introduced in S.O.G. Prairie Fire v1.00 by Ethan Johnson |
|
Description
Revive audio setup function. Stores all the revive system sound classnames in a global Array named VN_revive_audio and stores their subtitles in missionNamespace.
Syntax
- Syntax
- [] call VN_fnc_revive_setup_audio
- Return value
- Nothing
Examples
- Example 1
[] call VN_fnc_revive_setup_audio;