ctrlMapCursor – Talk

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "<br/>" to "<br>")
m (Text replacement - " <!-- (DIS)?CONTINUE Notes -->" to "")
(One intermediate revision by the same user not shown)
Line 1: Line 1:
== Moved here from main ==
== Moved here from main ==


<!-- CONTINUE Notes -->
<dl class="command_description">
<dl class="command_description">
<dt></dt>
<dd class="notedate">Posted on August 14, 2015 - 11:01 (UTC)</dd>
<dd class="notedate">Posted on August 14, 2015 - 11:01 (UTC)</dd>
<dt class="note">[[User:Bull A|Bull A]]</dt>
<dt class="note">[[User:Bull A|Bull A]]</dt>
Line 15: Line 15:
</dd>
</dd>
</dl>
</dl>
<!-- DISCONTINUE Notes -->

Revision as of 01:53, 6 April 2021

Moved here from main

Posted on August 14, 2015 - 11:01 (UTC)
Bull A
control argument must be from the configFile. Other controls, even if extending from the RscMapControl class will not be affected by this command.

Example:
_map = uiNamespace getVariable ["CustomMapDisplayIdd",_displayNull]; _map ctrlMapCursor ["Track", "Track"]; Result: No change

Please see the Feedback Ticket for more information.