GetAngles (script event)
Game class
This event operates on an instance of the game class type {{{gameclass}}}
Description
Returns the current orientation of this entity (relative to bind parent if any).
Usage
vector getAngles()
Parameters
This script event does not accept parameters.
Examples
angles = $player1.getAngles();
Notes
This script event returns the orientation of this entity as a vector.