Sha256: 5c3001b12878677c8b0a8452d02ae24f975a129277f067cba8973e4f775f75d0

Contents?: true

Size: 374 Bytes

Versions: 48

Compression:

Stored size: 374 Bytes

Contents

// Creates a dot marker at the given position
#include "script_component.hpp"
params ["_pos", "_txt"];

if (isNil QGVAR(markerID)) then {
    GVAR(markerID) = 0;
};

_markerstr = createMarker [QGVAR(marker) + str GVAR(markerID), _pos];
_markerstr setMarkerShape "ICON";
_markerstr setMarkerType "hd_dot";
_markerstr setMarkerText _txt;

GVAR(markerID) = GVAR(markerID) + 1;

Version data entries

48 entries across 48 versions & 3 rubygems

Version Path
rouge-3.7.0 lib/rouge/demos/sqf
rouge-3.6.0 lib/rouge/demos/sqf
rouge-3.5.1 lib/rouge/demos/sqf
rouge-3.5.0 lib/rouge/demos/sqf
rouge-3.4.1 lib/rouge/demos/sqf
rouge-3.4.0 lib/rouge/demos/sqf
rouge-alda-3.3.0 lib/rouge/demos/sqf
rouge-3.3.0 lib/rouge/demos/sqf