OdinAI
 All Classes Namespaces Functions Variables
OdinAI::OdinAIRoot Class Reference

Public Member Functions

bool Init (int argc, char **argv)
 Inits all OdinAI systems. More...
 
void Loop ()
 Enters the main loop, executes until OdinAIRoot::Halt() is called.
 
EventManagerGetEventMgr ()
 
NetworkManagerGetNetworkMgr ()
 

Protected Member Functions

void Halt ()
 

Protected Attributes

EventManager m_eventManager
 
NetworkManager m_networkManager
 

Member Function Documentation

EventManager& OdinAI::OdinAIRoot::GetEventMgr ( )
Returns
The event manager.
NetworkManager& OdinAI::OdinAIRoot::GetNetworkMgr ( )
Returns
The network manager.
bool OdinAI::OdinAIRoot::Init ( int  argc,
char **  argv 
)

Inits all OdinAI systems.

Returns
True on success

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