Call of Duty Script Documentation
geteye()
ModuleSentient
Summary
Gets the position of the eye for an AI or Player
Call this function on
<sentient> An entity that is either the AI or a Player
Example
eyePos = level.player geteye();
Minimum Number of arguments: 0
Number of optional arguments: 0
Return to Function List