VN_fnc_drm_request_audio

From Savage Game Design Wiki
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

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;