cmf_enhancedVehicles_fnc_init

From cluster wiki
Revision as of 21:40, 17 December 2022 by Eric (talk | contribs)
(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:
cmf_enhancedVehicles_fnc_autoInit cmf_enhancedVehicles_fnc_getSurfaceParams cmf_enhancedVehicles_fnc_localEffect cmf_enhancedVehicles_fnc_medicalHandler cmf_enhancedVehicles_fnc_offroading
Internal Variables
Locality Namespace Name Description
GLOBAL Unit cmf_enhancedVehicles_isDead When true the vehicle is disabled
Events
Locality Name Variables Description
UNITLOCAL cmf_enhancedVehicles_enableEnhancedVehicles [vehicle] Is fired where vehicle is local when enhancedVehicles is initialized on a unit.
UNITLOCAL cmf_enhancedVehicles_onDead [vehicle, projectile, hitpoint] Is fired where vehicle is local when the vehicle is disabled (dead).
Notes