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...") |
|||
Line 8: | Line 8: | ||
|descr=Internal function for enhancedVehicles. Will return the surface parameters defined in [[CfgEnhancedVehicles.hpp]] based on the current surface. | |descr=Internal function for enhancedVehicles. Will return the surface parameters defined in [[CfgEnhancedVehicles.hpp]] based on the current surface. | ||
{{CMF Feature|IMPORTANT|This is an internal function. This means that the function is called by another function and should not be called manually.}} | |||
|exec=Call | |exec=Call |
Revision as of 16:56, 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