Scripting Module AI Peer. More...
#include <deBaseScriptingAI.h>
Public Member Functions | |
Constructors and Destructors | |
| deBaseScriptingAI () | |
| Creates a new peer. | |
| virtual | ~deBaseScriptingAI () |
| Cleans up the peer. | |
Notifications | |
| virtual void | TriggerEvent (int event) |
| Event send by the AI to trigger an action in the game. | |
Scripting Module AI Peer.
| deBaseScriptingAI::deBaseScriptingAI | ( | ) |
Creates a new peer.
| virtual deBaseScriptingAI::~deBaseScriptingAI | ( | ) | [virtual] |
Cleans up the peer.
| virtual void deBaseScriptingAI::TriggerEvent | ( | int | event ) | [virtual] |
Event send by the AI to trigger an action in the game.
1.7.2