Difference between revisions of "VN fnc module jukebox disable"
Jump to navigation
Jump to search
(Created page with "{{Function |v= 1.00 |author= |a= |e= |g1= master_functions |d= <pre>Disables the jukebox actions for the player</pre> |s= [_logic, _units, _activated] call VN_fnc_modul...") |
|||
Line 2: | Line 2: | ||
|v= 1.00 | |v= 1.00 | ||
− | |author= | + | |author=Ethan Johnson |
|a= | |a= | ||
Latest revision as of 20:48, 26 April 2022
← back to Functions | Introduced in S.O.G. Prairie Fire v1.00 by Ethan Johnson |
|
Description
Disables the jukebox actions for the player
Syntax
- Syntax
- [_logic, _units, _activated] call VN_fnc_module_jukebox_disable;
- Parameters
- _logic: Object - (Optional, default
OBJNULL
) Logic unit - _units: Array - (Optional, default
[]
) List of units - _activated: Boolean - (Optional, default
TRUE
) Activated variable - Return value
- Boolean - Function reached the end
Examples
- Example 1
[logic, [], true] call vn_fnc_module_jukebox_disable;