#include <global_actors.h>
Inheritance diagram for hoa_global::GlobalTarget:

Public Member Functions | |
| virtual GLOBAL_TARGET | GetTargetType ()=0 |
| A pure virtual function that returns the type of target. | |
| GlobalTarget () | |
| virtual | ~GlobalTarget () |
****************************************************************************
This is an abstract class that all three types of target classes inherit from. Pointers to this class are used as parameters to script functions that
Definition at line 82 of file global_actors.h.
| hoa_global::GlobalTarget::GlobalTarget | ( | ) | [inline] |
Definition at line 84 of file global_actors.h.
| virtual hoa_global::GlobalTarget::~GlobalTarget | ( | ) | [inline, virtual] |
Definition at line 87 of file global_actors.h.
| virtual GLOBAL_TARGET hoa_global::GlobalTarget::GetTargetType | ( | ) | [pure virtual] |
A pure virtual function that returns the type of target.
Implemented in hoa_global::GlobalAttackPoint, hoa_global::GlobalActor, and hoa_global::GlobalParty.
1.5.1