Call of Duty Script Documentation
setgoalvolume(<volume entity>)
ModuleAI
Summary
Set this actor's goal volume. This cannot be set if a goal entity is set.
Call this function on
<actor> An actor
Example
self setgoalvolume(goal);
Minimum Number of arguments: 1
1 : <volume entity>(entity) The goal volume entity.
Number of optional arguments: 0
Return to Function List