Call of Duty Script Documentation
istouching(<touched entity>)
ModuleEntity
Call this function on
<entity> An entity
Example
if (level.player istouching (self))...
Minimum Number of arguments: 1
1 : <touched entity> The entity that is to be tested against
Number of optional arguments: 0
Return to Function List