allVariables: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) (Created page with "{{Command|= Comments ____________________________________________________________________________________________ | arma3dev |= Game name | 1.36 |= Game version ____________...") |
Killzone Kid (talk | contribs) mNo edit summary |
||
Line 4: | Line 4: | ||
| arma3dev |= Game name | | arma3dev |= Game name | ||
| 1. | | 1.37 |= Game version | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Revision as of 17:22, 12 December 2014
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
[[Category:Introduced with arma3dev version 1.37]][[ Category: arma3dev: New Scripting Commands | ALLVARIABLES]][[ Category: arma3dev: Scripting Commands | ALLVARIABLES]]