Page MenuHomeFeedback Tracker

[Feature Request] Supporting OBJECT data types for setVariable's public flag (similar to remoteExec)
New, NormalPublic

Description

It would be very convenient if setVariable could support objects (and arrays of them) for the public flag, since this is how people generally do object specific network transfer with remoteExec:

_args remoteExec ["some_fnc", [_object1, _object2]];
_object setVariable ["something", _var, [_object1, _object2]];

Details

Severity
Feature
Resolution
Open
Reproducibility
N/A
Operating System
Windows 10 x64
Category
Scripting

Event Timeline

h- added a subscriber: h-.Oct 9 2021, 6:27 AM