missionNamespace: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) No edit summary |
m (Added command group Namespaces) |
||
Line 13: | Line 13: | ||
|version4= 0.50 | |version4= 0.50 | ||
|gr1= Variables | |gr1= Namespaces | ||
|gr2= Variables | |||
|descr= Returns the global namespace attached to mission. | |descr= Returns the global namespace attached to mission. |
Revision as of 16:54, 18 March 2022
Description
- Description:
- Returns the global namespace attached to mission.
- Groups:
- NamespacesVariables
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:
- currentNamespaceuiNamespaceparsingNamespaceprofileNamespacelocalNamespaceserverNamespaceallVariableswithForward 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