Namespace

From Bohemia Interactive Community
Revision as of 11:44, 5 May 2015 by Shukari (talk | contribs)
Jump to navigation Jump to search

Description:

Namespace - set of variables.

Introduced with Armed Assault 2.

Get namespace

These statements return the "Namespace" type:

Return the global namespace attached to config Parser
Return the global namespace attached to the mission
Return the global namespace attached to the user interface
Return the global namespace attached to the user profile


You can save values in this different Namespaces without overwriting the variables with the same name.

Get namespace data

You can use the above with getVariable to get data.

Set namespace data

You can use the above with setVariable or "with namespace do" to set data.