Call of Duty Script Documentation

canshoot( <shoot at position> <offset from gun>)


Module
AI


Summary


Check to see if the actor can shoot the given position.

Call this function on


<actor> An actor

Example


 canShoot = self canshoot( eye, offset );

Minimum Number of arguments: 2


Number of optional arguments: 0



Return to Function List