#include <ai.h>
Inherits AI.
Inherited by _classes_ [private].
Inheritance diagram for NetworkAI:


Public Methods | |
| NetworkAI (VirtualSocket vs) | |
| virtual AI * | clone () const |
| Every AI needs a Clone function. More... | |
| virtual void | execute (class Spectre *parent) |
| virtual | ~NetworkAI () |
Protected Attributes | |
| VirtualSocket | sockt |
| Allows This to write and read from the server as if it were the only thing listening. More... | |
|
|
|
|
|
00030 {}
|
|
|
Every AI needs a Clone function.
Reimplemented from AI.
|
|
|
this function can be overwritten by the subclass's function Reimplemented from AI. |
|
|
Allows This to write and read from the server as if it were the only thing listening.
|
1.2.15