Call of Duty Script Documentation
gethitenttype()
ModuleAI
Summary
Get the type of entity that the actor has hit. Can be 'hit', 'obstacle' or 'world'
Call this function on
<actor> An actor
Example
self gethitenttype();
Minimum Number of arguments: 0
Number of optional arguments: 0
Return to Function List