Vn_ms_fnc_dgbt_createLocateMarker
Jump to navigation
Jump to search
← back to Functions | Introduced in S.O.G. Prairie Fire v1.00 by Wyqer, veteran29 |
|
Description
Creates an area marker around given position.
Syntax
- Syntax
- [_pos,_markerName] call vn_ms_fnc_dgbt_createLocateMarker;
- Parameters
- _pos: Array - (Optional, default
[0, 0, 0]
) Position where the marker should be created. - _markerName: String - (Optional, default
""
) Name of the marker which should be created. - Return value
- Boolean - Function reached the end.
Examples
- Example 1
- [getPos player, "fancyMarker"] call vn_ms_fnc_dgbt_createLocateMarker