Vn_ms_fnc_dgbt_createLocateMarker

From Savage Game Design Wiki
Revision as of 00:46, 5 May 2022 by Slow (talk | contribs) (Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29 |a= |e= |g1= dgbt |d= <pre>Creates an area marker around given position.</pre> |s= [_pos,_markerName] call vn_ms_fnc_dgbt_c...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
← back to Functions Introduced in S.O.G. Prairie Fire v1.00
by Wyqer, veteran29
Argument(s): n/a
Effect(s): unknown

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