VN_fnc_music_stop

From Savage Game Design Wiki
Revision as of 01:27, 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>Stops audio from playing from the vehicle.</pre> |s= [_vehicle] call VN_fnc_music_sto...")
(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

Stops audio from playing from the vehicle.

Syntax

Syntax
[_vehicle] call VN_fnc_music_stop;
Parameters
_vehicle: Object - 'Vehicle' which will play the sound
Return value
Boolean - Function reached the end.

Examples

Example 1
[object_01] call vn_fnc_music_stop;