BIS_fnc_variableSpaceAdd

From Bohemia Interactive Community
Revision as of 03:04, 2 February 2021 by R3vo (talk | contribs) (Text replacement - "\[\[[cC]ategory:[fF]unctions\|\{\{uc:[a-z A-Z_]*\}\}\]\]" to "")
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Description needed
Execution:
call
Groups:
Variables

Syntax

Syntax:
Syntax needed
Parameters:
object: Object - Owner of variable space
varName: String - Name of variable
element: Anything - Element which will be added (must be of same type as variable)
global: Boolean - (Optional, default false) true to save modified variable globally]]
inArray: Boolean - (Optional, default false) true to check if element is already in variable (only for arrays)
Return Value:
Return value needed

Examples

Example 1:
[ player,"someVar",1337,true,true ] call BIS_fnc_variableSpaceAdd;

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