Difference between revisions of "VN fnc switchableTurrets init"
Jump to navigation
Jump to search
(Created page with "{{Function |v= 1.10 |author=veteran29 |a= |e= |g1= vn_switchableTurrets_functions |d= <pre>Initialize vehicle switchable turrets.</pre> |s= [] call VN_fnc_switchableT...") |
|||
Line 12: | Line 12: | ||
|d= <pre>Initialize vehicle switchable turrets.</pre> | |d= <pre>Initialize vehicle switchable turrets.</pre> | ||
− | |s= [] call [[VN_fnc_switchableTurrets_init]]; | + | |s= [_vehicle] call [[VN_fnc_switchableTurrets_init]]; |
|p1n=_vehicle | |p1n=_vehicle |
Latest revision as of 23:35, 9 May 2022
← back to Functions | Introduced in S.O.G. Prairie Fire v1.10 by veteran29 |
|
Description
Initialize vehicle switchable turrets.
Syntax
- Syntax
- [_vehicle] call VN_fnc_switchableTurrets_init;
- Parameters
- _vehicle: Object - (Optional, default
objNull
) Vehicle to update - Return value
- Boolean - Vehicle was initialized