A FaceTarget

From ECWolf Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

A_FaceTarget [(float max_turn[, float max_pitch])]

Changes the actor's angle to face the actor's target. The max angle this function will turn, in degrees, can be limited by the max_turn parameter (default is 0 which means unlimited). max_pitch is currently unimplemented and should not be used. The default for it is 270 degrees.