VN_fnc_music_stop
Jump to navigation
Jump to search
← back to Functions | Introduced in S.O.G. Prairie Fire v1.00 by Ethan Johnson |
|
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;