Call of Duty Script Documentation

teleport( <position>, <angles> )


Module
AI


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


Number of optional arguments: 0



Return to Function List