YourCityInvadedByAliens
Documentation for code of the game
Public Member Functions | Protected Attributes | Private Attributes | List of all members
AiObject Class Referenceabstract

#include <ai_object.h>

Inheritance diagram for AiObject:
Inheritance graph
[legend]

Public Member Functions

 AiObject ()
 
virtual void makeStep ()=0
 
void setDestroyed (bool bDestroyed)
 
bool isDestroyed ()
 

Protected Attributes

std::string TAG
 

Private Attributes

bool m_bDestroyed
 

Constructor & Destructor Documentation

◆ AiObject()

AiObject::AiObject ( )

Member Function Documentation

◆ isDestroyed()

bool AiObject::isDestroyed ( )

◆ makeStep()

virtual void AiObject::makeStep ( )
pure virtual

Implemented in AiTank0.

◆ setDestroyed()

void AiObject::setDestroyed ( bool  bDestroyed)

Member Data Documentation

◆ m_bDestroyed

bool AiObject::m_bDestroyed
private

◆ TAG

std::string AiObject::TAG
protected

The documentation for this class was generated from the following files: