ctrlMapCursor – Talk

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " <!-- (DIS)?CONTINUE Notes -->" to "")
m (Text replacement - "<code>" to "<code style="display: block">")
Line 8: 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

Revision as of 12:52, 11 January 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.