ctrlMapCursor – Talk
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) (→Moved here from main: new section) |
Lou Montana (talk | contribs) m (Text replacement - "<br/>" to "<br>") |
||
Line 6: | Line 6: | ||
<dt class="note">[[User:Bull A|Bull A]]</dt> | <dt class="note">[[User:Bull A|Bull A]]</dt> | ||
<dd class="note"> | <dd class="note"> | ||
control argument must be from the configFile. Other controls, even if extending from the RscMapControl class will not be affected by this command.<br | control argument must be from the configFile. Other controls, even if extending from the RscMapControl class will not be affected by this command.<br><br> | ||
Example:<br | Example:<br> | ||
<code>_map = uiNamespace getVariable ["CustomMapDisplayIdd",_displayNull]; | <code>_map = uiNamespace getVariable ["CustomMapDisplayIdd",_displayNull]; | ||
_map [[ctrlMapCursor]] ["Track", "Track"];</code> | _map [[ctrlMapCursor]] ["Track", "Track"];</code> | ||
Result: No change | Result: No change | ||
<br | <br><br> | ||
Please see the [http://feedback.arma3.com/view.php?id=25141 Feedback Ticket] for more information. | Please see the [http://feedback.arma3.com/view.php?id=25141 Feedback Ticket] for more information. | ||
</dd> | </dd> | ||
</dl> | </dl> | ||
<!-- DISCONTINUE Notes --> | <!-- DISCONTINUE Notes --> |
Revision as of 13:43, 14 March 2020
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.