cmf_enhancedVehicles_fnc_getSurfaceParams

From cluster wiki
Revision as of 21:39, 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:
Internal function for enhancedVehicles. Will return the surface parameters defined in CfgEnhancedVehicles.hpp based on the current surface.
This is an internal function. This means that the function is called by another function and should not be called manually.
Execution:
Call
Groups:
CMF3: enhancedVehicles
Syntax
Syntax:
[surface] call cmf_enhancedVehicles_fnc_getSurfaceParams
Parameters:
Surface: String - The surface to get parameters for.
Return Value:
Surface Parameters:
Examples
Example 1:
["GdtRock"] call cmf_enhancedVehicles_fnc_getSurfaceParams
Additional Information
See also:
cmf_enhancedVehicles_fnc_autoInit cmf_enhancedVehicles_fnc_init cmf_enhancedVehicles_fnc_localEffect cmf_enhancedVehicles_fnc_medicalHandler cmf_enhancedVehicles_fnc_offroading
Internal Variables
No internal variables
Events
No events
Notes