Difference between revisions of "Vn ms fnc tracker positionValid"

From Savage Game Design Wiki
Jump to navigation Jump to search
(Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29 |a= |e= |g1= tracker |d= <pre>Checks if position is valid for AI group spawn.</pre> |s= [_ao,_position,_targets] call vn_ms...")
 
(No difference)

Latest revision as of 22:19, 4 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

Checks if position is valid for AI group spawn.

Syntax

Syntax
[_ao,_position,_targets] call vn_ms_fnc_tracker_positionValid;
Parameters
_ao: STRING or AREA ARRAY - (Optional, default "") Area in which AI is supposed to spawn
_position: Position - (Optional, default [0,0,0]) Position where AI is supposed to spawn
_targets: Array - (Optional, default []) Targets which will be checked for visibility to _position
Return value
Boolean - Position is valid for spawn