Difference between revisions of "VN fnc drm localuseractions"
Jump to navigation
Jump to search
(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...") |
(No difference)
|
Latest revision as of 20:56, 26 April 2022
| ← back to Functions | Introduced in S.O.G. Prairie Fire v1.00 by Ethan Johnson |
|
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;