|
Tiberian Technologies Scripts Reference Revision: 9000
|
danpaul88's Custom AI Core More...
#include <dp88_customAI.h>
Public Member Functions | |
| virtual void | ResetAllActions (GameObject *obj) |
This class contains the core logic used in custom AI scripts, such as the target prioritisation mechanism. It is not an actual script in it's own right and cannot be used in LevelEdit directly.
| Custom Message | Effect |
|---|---|
| -637140989 | Disable the AI |
| -637140988 | Enable the AI |
|
virtual |
Called by derived classes to cancel all ongoing actions, can be overridden in a derived class to reset variable states as necessary
Reimplemented in dp88_AI_Unit.