BIS fnc getParamValue: Difference between revisions
Jump to navigation
Jump to search
m (added example from Arma_3_Mission_Parameters) |
m (Added see also) |
||
Line 34: | Line 34: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| |= | | [[Arma 3 Mission Parameters]] |= SEEALSO | ||
}} | }} | ||
Revision as of 17:09, 8 June 2016
Description
- Description:
/* Description: Return value of mission param defined in Description.ext Parameter(s): 0: STRING - param class 1 (Optional): NUMBER - default value used when the param is not found Returns: NUMBER */
(Placeholder description extracted from the function header by BIS_fnc_exportFunctionsToWiki)- Execution:
- call
- Groups:
- Uncategorised
Syntax
- Syntax:
- Syntax needed
- Return Value:
- Return value needed
Examples
- Example 1:
_viewDistance = "ViewDistance" call BIS_fnc_getParamValue;
Additional Information
- See also:
- Arma 3 Mission Parameters
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note