Vn_ms_fnc_aoTeleport

From Savage Game Design Wiki
Revision as of 00:10, 5 May 2022 by Slow (talk | contribs) (Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29 |a= |e= |g1= general |d= <pre>Teleports given unit to given position.</pre> |s= [_pos,_radius,_heliClass] call vn_ms_fnc_ao...")
(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

Teleports given unit to given position.

Syntax

Syntax
[_pos,_radius,_heliClass] call vn_ms_fnc_aoTeleport;
Parameters
_pos: Position - (Optional, default [0, 0, 0]) Position to where the unit should be teleported
_heliClass: String - (Optional, default "") Classname of the helicopter to spawn, no spawn when not given
Return value
Boolean - Function reached the end