
On the client side, UI.Hud3dMarkers = "something" seems to have no effect.
Does anyone know how to do it?
Moderator: English Moderator
Code: Select all
UI.Hud3dMarkers = """<marker pos="1 2 3" manialinkframeid="Marker_Frame"/>"""
Code: Select all
declare MarkersLayer <=> UIManager.UILayerCreate();
MarkersLayer.Type = CUILayer::EUILayerType::Markers;
UIManager.UIAll.UILayers.add(MarkersLayer);
Code: Select all
<frame id="Marker_Frame" hidden="1">
<label id="Label"/>
</frame>
<script><!--
main() {
declare Label <=> (Page.GetFirstChild("Label") as CMlLabel);
Label.Value = "Marker text";
}
--></script>
i tried to find the style representing the default markers.. but couldn't find the correct one :/Akbalder wrote:With this method, the markers don't look like the default markers.
EDIT: Does Anyone know the style used by default markers?
Users browsing this forum: No registered users and 1 guest