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