cmf_enhancedVehicles_fnc_init

From cluster wiki
Revision as of 13:36, 17 December 2022 by Eric (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


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