cmf_enhancedVehicles_fnc_autoInit

From cluster wiki
Revision as of 00:19, 12 November 2022 by Ozzy (talk | contribs) (Created page with "{{CMF Function |game1=arma3 |version1=0.50 |game2=cmf3 |version2=2.1.0 |descr=Initializes enhanced vehicles if autoinit is enabled. |exec=Call |cmp=enhancedVehicles |s1...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Hover & click on the images for description
Description
Description:
Initializes enhanced vehicles if autoinit is enabled.
Execution:
Call
Groups:
CMF3: enhancedVehicles
Syntax
Syntax:
[] call cmf_enhancedVehicles_fnc_autoInit
Return Value:
None
Examples
Example 1:
[] call cmf_enhancedVehicles_fnc_autoInit
Additional Information
See also:
See also needed
Internal Variables
Locality Namespace Name Description
GLOBAL missionNameSpace cmf_enhancedVehicles_disable If set to true will disable enhancedVehicles
GLOBAL missionNameSpace cmf_enhancedVehicles_initialized Variable to check if vehicle has been initialized with enhancedVehicles
Events
No events
Notes