VN_fnc_music

From Savage Game Design Wiki
Revision as of 01:30, 5 May 2022 by Slow (talk | contribs) (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= vn_music_functions |d= <pre>Main function for the vehicle music system.</pre> |s= [] call VN_fnc_music; |p1n=_...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
← back to Functions Introduced in S.O.G. Prairie Fire v1.00
by Ethan Johnson
Argument(s): n/a
Effect(s): unknown

Description

Main function for the vehicle music system.

Syntax

Syntax
[] call VN_fnc_music;
Parameters
_mode: String - (Optional, default "") Switch mode.
_params: Array - (Optional, default []) Params array which contains variables for specific modes.
Return value
Boolean - Function reached the end.

Examples

Example 1
["open"] call vn_fnc_music;