BIS_fnc_getParamValue

From Bohemia Interactive Community
Revision as of 17:34, 8 June 2016 by Lou Montana bi wiki (talk | contribs) (added example from Arma_3_Mission_Parameters)
Jump to navigation Jump to search


Hover & click on the images for description

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:
See also needed

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

Notes

Bottom Section