CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
CeresEngine::AbstractNetworkAction Struct Referenceabstract

#include <CeresEngine/Network/NetworkAction.hpp>

Inheritance diagram for CeresEngine::AbstractNetworkAction:
CeresEngine::NetworkAction< A >

Public Member Functions

virtual ~AbstractNetworkAction ()=default
 Destroys the AbstractNetworkAction instance.
 
virtual Any dispatchAny (Entity entity) const =0
 Dispatches the action to the given entity.
 

Constructor & Destructor Documentation

◆ ~AbstractNetworkAction()

virtual CeresEngine::AbstractNetworkAction::~AbstractNetworkAction ( )
virtualdefault

Destroys the AbstractNetworkAction instance.

Member Function Documentation

◆ dispatchAny()

virtual Any CeresEngine::AbstractNetworkAction::dispatchAny ( Entity  entity) const
pure virtual

Dispatches the action to the given entity.

Parameters
entityThe entity to dispatch the action to

Implemented in CeresEngine::NetworkAction< A >.


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