Difference between revisions of "cmf enhancedVehicles fnc autoInit"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
|version2=2.1.0 | |version2=2.1.0 | ||
|descr=Automatically initializes enhancedVehicles if enabled in [[cmf_config.hpp]] | |descr=Automatically initializes enhancedVehicles if enabled in [[:Category:CMF3: Config|cmf_config.hpp]] | ||
|exec=Call | |exec=Call |
Revision as of 14:09, 17 December 2022
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