Difference between revisions of "Vn ms fnc dgbt createLocateMarker"

From Savage Game Design Wiki
Jump to navigation Jump to search
(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...")
 
(No difference)

Latest revision as of 00:46, 5 May 2022

← 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