Difference between revisions of "cmf enhancedVehicles fnc getSurfaceParams"

From cluster wiki
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...")
 
 
(One intermediate revision by the same user not shown)
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
Line 22: Line 23:


|x1= {{code|lang=scilab|["GdtRock"] call cmf_enhancedVehicles_fnc_getSurfaceParams}}
|x1= {{code|lang=scilab|["GdtRock"] call cmf_enhancedVehicles_fnc_getSurfaceParams}}
|seealso= [[cmf_enhancedVehicles_fnc_autoInit]] [[cmf_enhancedVehicles_fnc_init]]
[[cmf_enhancedVehicles_fnc_localEffect]] [[cmf_enhancedVehicles_fnc_medicalHandler]] [[cmf_enhancedVehicles_fnc_offroading]]
}}
}}

Latest revision as of 21:39, 17 December 2022


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