Difference between revisions of "VN fnc drm request audio"

From Savage Game Design Wiki
Jump to navigation Jump to search
(Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= dynamic_radio_music_functions |d= |s= [_object,_channel] call VN_fnc_drm_request_audio; |p1n=_object |p1t=OBJ...")
 
 
Line 9: Line 9:
 
|g1= dynamic_radio_music_functions
 
|g1= dynamic_radio_music_functions
  
|d=  
+
|d= <pre>No description added yet.</pre>
  
 
|s= [_object,_channel] call [[VN_fnc_drm_request_audio]];
 
|s= [_object,_channel] call [[VN_fnc_drm_request_audio]];

Latest revision as of 17:29, 9 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

No description added yet.

Syntax

Syntax
[_object,_channel] call VN_fnc_drm_request_audio;
Parameters
_object: Object - (Optional, default OBJNULL) Object which is requesting the audio.
_channel: Number - (Optional, default -1) Channel index
Return value
Boolean - Function reached the end

Examples

Example 1
[radio, 0] call vn_fnc_drm_request_audio;