parsingNamespace: Difference between revisions
Jump to navigation
Jump to search
m (Text replace - "{{uc:{{PAGENAME}}}}" to "{{uc:{{PAGENAME}}}} {{uc:{{PAGENAME}}}}") |
Waffle SS. (talk | contribs) No edit summary |
||
Line 21: | Line 21: | ||
|x1= <code> | |x1= <code>'''parsingNamespace''' [[setVariable]] ["var1",101.23124]; | ||
_profVar1 = '''parsingNamespace''' [[getVariable]] "var1";</code>|= EXAMPLE1 | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[ArmA:_Editing#Forward_Compatibility|Forward Compatibility]], [[uiNamespace]], [[missionNamespace]], [[with]] |= SEEALSO | | [[ArmA:_Editing#Forward_Compatibility|Forward Compatibility]], [[uiNamespace]], [[profileNamespace]], [[missionNamespace]], [[with]] |= SEEALSO | ||
| |= MPBEHAVIOUR | | |= MPBEHAVIOUR |
Revision as of 23:31, 10 April 2014
Description
- Description:
- Return the global namespace attached to config parser.
- Groups:
- Uncategorised
Syntax
- Syntax:
- parsingNamespace
- Return Value:
- Namespace
Examples
- Example 1:
parsingNamespace setVariable ["var1",101.23124]; _profVar1 = parsingNamespace getVariable "var1";
Additional Information
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