Call of Duty 4: Scripting Reference - AI::FlagEnemyUnattackable
From COD Modding & Mapping Wiki
GetFixedNodeSafeVolume()
Module: AI
SP Only
Summary:
Get this actor's fixed node safe volume.
Call this on: <actor> An actor
Example:
volume = self GetFixedNodeSafeVolume();
Required arguments:
- none
Optional arguments:
- none
Notes:
- none