BIS fnc getParamValue: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (added example from Arma_3_Mission_Parameters)
m (Added see also)
Line 34: Line 34:
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= See also
| [[Arma 3 Mission Parameters]] |= SEEALSO
 
}}
}}



Revision as of 18:09, 8 June 2016


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