allVariables
From Bohemia Interactive Community
Description
- Description:
- Returns a list of all variables from the desired namespace.
- Multiplayer:
- Groups:
- NamespacesVariables
Syntax
- Syntax:
- allVariables namespace
- Parameters:
- namespace: Namespace, Object, Group, Task, Location, Team Member,
2.02 Control,
2.02 Display
- Return Value:
- Array of Strings - array of variable names. All names are in lower case (see toLower)
Examples
- Example 1:
- Example 2:
Additional Information
- See also:
- allControls allDisplays allCurators allGroups allDead allDeadMen
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
- Posted on Oct 01, 2016 - 23:54 (UTC)
- One still can use allVariables in Multiplayer against profileNamespace and uiNamespace using config parser. In Description.ext in code but this list will be valid only at the moment of config parsing.