Recast  1
Game with custom magic
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | List of all members
ICommandSender Class Referenceabstract

#include <ICommandSender.hpp>

Inheritance diagram for ICommandSender:
Inheritance graph
Collaboration diagram for ICommandSender:
Collaboration graph

Public Member Functions

virtual bool isOP () const =0
 
virtual ServergetServer ()=0
 
virtual Box2DWorldgetWorld ()=0
 
virtual PlayergetPlayer ()=0
 
virtual void onMessage (const std::string &msg)=0
 

Member Function Documentation

virtual Player* ICommandSender::getPlayer ( )
pure virtual

Implemented in Server.

virtual Server* ICommandSender::getServer ( )
pure virtual

Implemented in Server.

Here is the caller graph for this function:

virtual Box2DWorld* ICommandSender::getWorld ( )
pure virtual

Implemented in Server.

Here is the caller graph for this function:

virtual bool ICommandSender::isOP ( ) const
pure virtual

Implemented in Server.

Here is the caller graph for this function:

virtual void ICommandSender::onMessage ( const std::string &  msg)
pure virtual

Implemented in Server.

Here is the caller graph for this function:


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