BIS_fnc_getParamValue

From Bohemia Interactive Community
Revision as of 18:09, 8 June 2016 by R3vo (talk | contribs) (Added see also)
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:
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

Notes

Bottom Section