#include <ai_object.h>
Public Member Functions | |
AiObject () | |
virtual void | makeStep ()=0 |
void | setDestroyed (bool bDestroyed) |
bool | isDestroyed () |
Protected Attributes | |
std::string | TAG |
Private Attributes | |
bool | m_bDestroyed |
AiObject::AiObject | ( | ) |
bool AiObject::isDestroyed | ( | ) |
|
pure virtual |
Implemented in AiTank0.
void AiObject::setDestroyed | ( | bool | bDestroyed | ) |
|
private |
|
protected |