missionNamespace: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " \|s1=" to " |s1=") |
Lou Montana (talk | contribs) m (Text replacement - "\| *(arg|eff|mp|serverExec|gr[0-9]) *= *(.*) * *\|([^=0-9]{12})" to "|$1=$2 |descr=$3") |
||
Line 15: | Line 15: | ||
|gr1= Variables | |gr1= Variables | ||
| Returns the global namespace attached to mission. | |descr= Returns the global namespace attached to mission. | ||
|s1= '''missionNamespace''' | |s1= '''missionNamespace''' |
Revision as of 21:14, 13 June 2021
Description
- Description:
- Returns the global namespace attached to mission.
- Groups:
- Variables
Syntax
- Syntax:
- missionNamespace
- Return Value:
- Namespace
Examples
- Example 1:
missionNamespace setVariable ["YourString",3];//Same as: YourString = 3; _yourString = missionNamespace getVariable "YourString";
Additional Information
- See also:
- currentNamespaceuiNamespaceparsingNamespaceprofileNamespacelocalNamespaceallVariableswithForward Compatibility
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