Call of Duty Script Documentation
teleport( <position>, <angles> )
ModuleAI
Summary
Teleport the actor to a new position with the given origin and angles.
Call this function on
<actor> An actor
Example
self teleport(org,angles);
Minimum Number of arguments: 2
1 : <position> (point) The actor's new position.
2 : <angles> (vector) The actor's new angles.
Number of optional arguments: 0
Return to Function List