Call of Duty Script Documentation
vectortoangles(<vector>)
ModuleVector
Summary
Returns a set of angles corresponding to the given vector.
Example
angles = vectortoangles(end - start);
Minimum Number of arguments: 1
1 : <vector> The vector to convert to angles
Number of optional arguments: 0
Return to Function List