Difference between revisions of "cmf enhancedVehicles fnc getSurfaceParams"
Jump to navigation
Jump to search
(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...") |
(No difference)
|
Revision as of 13:28, 17 December 2022
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