BIS_fnc_variableSpaceAdd

From Bohemia Interactive Community
Revision as of 15:56, 25 July 2014 by Str (talk | contribs) (1 revision)
Jump to navigation Jump to search


Hover & click on the images for description

Description

Description:
/*
	File: variableSpaceAdd.sqf

	Description:
	Add element to variable from someone's variable space.

	Parameter(s):
	_this select 0: OBJECT - owner of variable space
	_this select 1: STRING - Name of variable
	_this select 2: ANYTHING - element which will be added (must be of same type as variable)
	_this select 3: BOOLEAN - optional - True if modified variable will be saved globally.
	_this select 4: BOOLEAN - optional - True if you want to check whether element is already in variable (only for arrays).

	Returned values:
	ANYTHING - updated variable

*/
(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:

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