Call of Duty Script Documentation
localtoworldcoords(<local coordinate>)
ModuleEntity
Summary
Transform the given local coordinate point to a world coordinate point
Call this function on
<entity>
Example
ramboPoint = self LocalToWorldCoords( delta );
Minimum Number of arguments: 1
1 : <local coordinate> The point in local coordinates
Number of optional arguments: 0
Return to Function List