cmf_enhancedVehicles_fnc_getSurfaceParams

From cluster wiki
Revision as of 13:28, 17 December 2022 by Eric (talk | contribs) (Created page with "{{CMF Function |game1=arma3 |version1=0.50 |game2=cmf3 |version2=2.1.0 |descr=Internal function for enhancedVehicles. Will return the surface parameters defined in CfgEnh...")
(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.
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:
See also needed
Internal Variables
No internal variables
Events
No events
Notes