Difference between revisions of "VN fnc music play"

From Savage Game Design Wiki
Jump to navigation Jump to search
(Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= vn_music_functions |d= <pre>say3D's the given audio from the given object, this function is made to be remote execut...")
 
(No difference)

Latest revision as of 01:28, 5 May 2022

← back to Functions Introduced in S.O.G. Prairie Fire v1.00
by Ethan Johnson
Argument(s): n/a
Effect(s): unknown

Description

say3D's the given audio from the given object, this function is made to be remote executed on clients.

Syntax

Syntax
[_vehicle,_class] call VN_fnc_music_play;
Parameters
_vehicle: Object - 'Vehicle' which will play the sound
_class: String - CfgSounds classname which will be played.
Return value
Boolean - Function reached the end

Examples

Example 1
[object_01,"pingpong"] call vn_fnc_music_play;