missionNamespace: Difference between revisions
Jump to navigation
Jump to search
Waffle SS. (talk | contribs) No edit summary |
Killzone Kid (talk | contribs) (see also) |
||
Line 7: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | Returns the global namespace attached to mission. |= Description | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 21: | Line 21: | ||
|x1= | |x1= <code>[[missionNamespace]] [[setVariable]] ["YourString",3];//Same as: YourString = 3; | ||
< | _yourString = [[missionNamespace]] [[getVariable]] "YourString";</code>|= EXAMPLE1 | ||
_yourString = missionNamespace getVariable "YourString";</ | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[ | | [[currentNamespace]], [[uiNamespace]], [[parsingNamespace]], [[profileNamespace]], [[with]], [[ArmA:_Editing#Forward_Compatibility|Forward Compatibility]] |= SEEALSO | ||
| |= MPBEHAVIOUR | | |= MPBEHAVIOUR |
Revision as of 15:17, 23 June 2015
Description
- Description:
- Returns the global namespace attached to mission.
- Groups:
- Uncategorised
Syntax
- Syntax:
- missionNamespace
- Return Value:
- Namespace
Examples
- Example 1:
missionNamespace setVariable ["YourString",3];//Same as: YourString = 3; _yourString = missionNamespace getVariable "YourString";
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