allVariables: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(linked namespaces to respectful types)
(example)
Line 26: Line 26:
____________________________________________________________________________________________
____________________________________________________________________________________________


| x1= <code>_allVars = [[allVariables]] [[uiNamespace]];</code>|= EXAMPLE1  
| x1= <code>_allVarsUINamespace = [[allVariables]] [[uiNamespace]];</code>|= EXAMPLE1  
| x2= <code>_allVarsTrigger = [[allVariables]] trigger1;</code>|= EXAMPLE2
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 15:06, 11 June 2016

Hover & click on the images for description

Description

Description:
Returns a list of all variables from desired namespace. Namespaces supported:
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:
_allVarsUINamespace = allVariables uiNamespace;
Example 2:
_allVarsTrigger = allVariables trigger1;

Additional Information

See also:
allControlsallDisplaysallCuratorsallGroupsallDeadallDeadMen

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

Notes

Bottom Section

Posted on June 11, 2016 - 00:27 (UTC)
Benargee
Using profileNamespace and uiNamespace with this command has been disabled in multiplayer. [1]