allVariables: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (Command Group: Variables) |
||
Line 46: | Line 46: | ||
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Command_Group:_Variables|{{uc:{{PAGENAME}}}}]] |
Revision as of 21:42, 23 August 2015
Description
- Description:
- Returns a list of all variables from desired namespace. Namespaces supported:
- CONTROL
- TEAM_MEMBER
- NAMESPACE
- OBJECT
- GROUP
- TASK
- LOCATION
- Groups:
- Uncategorised
Syntax
- Syntax:
- allVariables namespace
- Parameters:
- namespace: Control, Team Member, Namespace, Object, Group, Task, Location
- Return Value:
- Array of Strings - array of variable names
Examples
- Example 1:
_allVars = allVariables uiNamespace;
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