|
CeresEngine 0.2.0
A game development framework
|
#include <CeresEngine/Network/NetworkAction.hpp>
Public Member Functions | |
| virtual | ~AbstractNetworkAction ()=default |
Destroys the AbstractNetworkAction instance. | |
| virtual Any | dispatchAny (Entity entity) const =0 |
| Dispatches the action to the given entity. | |
|
virtualdefault |
Destroys the AbstractNetworkAction instance.
Dispatches the action to the given entity.
| entity | The entity to dispatch the action to |
Implemented in CeresEngine::NetworkAction< A >.