Call of Duty 4: Scripting Reference - AI::CanShoot
From COD Modding & Mapping Wiki
CanShoot( <shoot at position>, <offset from gun> )
Module: AI
SP Only
Summary:
Check to see if the actor can shoot the given position.
Call this on: <actor> An actor
Example:
canShoot = self CanShoot( eye, offset );
Required arguments:
- <shoot at position> (vector) The position to shoot at.
- <offset from gun> (vector) The offset from the gun muzzle from which to calculate collision.
Optional arguments:
- none
Notes:
- none