allVariables: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Command Group: Variables)
No edit summary
Line 47: Line 47:
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Variables|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Variables|{{uc:{{PAGENAME}}}}]]
<!-- CONTINUE Notes -->
<dl class="command_description">
<dd class="notedate">Posted on June 11, 2016 - 00:27 (UTC)</dd>
<dt class="note">[[User:Benargee|Benargee]]</dt>
<dd class="note">Using [[profileNamespace]] and [[uiNamespace]] with this command has been disabled in multiplayer. [https://forums.bistudio.com/topic/140837-development-branch-changelog/page-28#entry2869646]
</dd>
</dl>
<!-- DISCONTINUE Notes -->

Revision as of 02:27, 11 June 2016

Hover & click on the images for description

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

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]