ctrlMapCursor – Talk
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "<dl class="command_description"> <dd class="notedate">" to "<dl class="command_description"> <dt></dt> <dd class="notedate">") |
Lou Montana (talk | contribs) m (Text replacement - "\[ *((ftp|http)s?:\/\/[^ ]+)([^{])=([^}])([^ ]+)" to "[$1$3{{=}}$4$5") |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Moved here from main == | == Moved here from main == | ||
<dl class="command_description"> | <dl class="command_description"> | ||
<dt></dt> | <dt></dt> | ||
Line 9: | Line 8: | ||
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> | 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 style="display: block">_map = uiNamespace getVariable ["CustomMapDisplayIdd",_displayNull]; | ||
_map [[ctrlMapCursor]] ["Track", "Track"];</code> | _map [[ctrlMapCursor]] ["Track", "Track"];</code> | ||
Result: No change | Result: No change | ||
<br><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> | ||
Latest revision as of 17:20, 28 April 2023
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.