Difference between revisions of "cmf enhancedVehicles fnc autoInit"

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=Initializes enhanced vehicles if autoinit is enabled. |exec=Call |cmp=enhancedVehicles |s1...")
 
Line 7: Line 7:
|version2=2.1.0
|version2=2.1.0


|descr=Initializes enhanced vehicles if autoinit is enabled.  
|descr=Automatically initializes enhancedVehicles if enabled in [[cmf_config.hpp]]


|exec=Call
|exec=Call

Revision as of 13:23, 17 December 2022


Hover & click on the images for description
Description
Description:
Automatically initializes enhancedVehicles if enabled in cmf_config.hpp
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