allVariables – Talk

From Bohemia Interactive Community
Revision as of 21:50, 12 December 2014 by DreadedEntity (talk | contribs) (Created page with "I don't really play around on the dev build so I'm a little confused with this command. Does it return all variables or only the ones created with setVariable? for example...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

I don't really play around on the dev build so I'm a little confused with this command. Does it return all variables or only the ones created with setVariable? for example: _myVariable = 0; //same as with missionNamespace do { _myVariable = 0; }; I guess I don't understand how the different namespaces work either. Would this command return ["_myVariable"] in both cases? - DreadedEntity (talk) 20:50, 12 December 2014 (CET)