VN_fnc_drm_localuseractions

From Savage Game Design Wiki
Revision as of 20:56, 26 April 2022 by Slow (talk | contribs) (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= dynamic_radio_music_functions |d= <pre>Adds actions for the DRM system to the object.</pre> |s= [_object] call VN...")
(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

Adds actions for the DRM system to the object.

Syntax

Syntax
[_object] call VN_fnc_drm_localuseractions;
Parameters
_object: Object - (Optional, default OBJNULL) Object to add actions to.
Return value
Boolean - Function reached the end

Examples

Example 1
[object] call VN_fnc_drm_localuseractions;