Difference between revisions of "cmf enhancedVehicles fnc init"

From cluster wiki
Jump to navigation Jump to search
(Created page with "{{CMF Function |game1=arma3 |version1=0.50 |game2=cmf3 |version2=2.1.0 |descr=This will initialize enhancedVehicles on a vehicle. |exec=Call |cmp=enhancedVehicles |s1=[V...")
(No difference)

Revision as of 13:36, 17 December 2022


Hover & click on the images for description
Description
Description:
This will initialize enhancedVehicles on a vehicle.
Execution:
Call
Groups:
CMF3: enhancedVehicles
Syntax
Syntax:
[Vehicle] call cmf_enhancedVehicles_fnc_init
Parameters:
Vehicle: Object - The vehicle to initialize with enhancedVehicles
Return Value:
None
Examples
Example 1:
[myVehicle] call cmf_enhancedVehicles_fnc_init;
Additional Information
See also:
See also needed
Internal Variables
Locality Namespace Name Description
GLOBAL Unit cmf_enhancedVehicles_isDead When true the vehicle is disabled
Events
Locality Name Variables Description
LOCAL cmf_enhancedVehicles_enableEnhancedVehicles [vehicle] Is fired where vehicle is local when enhancedVehicles is initialized on a unit.
Notes