CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
CeresEngine::AbstractEntityAction Struct Reference

A base class shared by all actions triggered by an entity. More...

#include <CeresEngine/Entity/Action.hpp>

Inheritance diagram for CeresEngine::AbstractEntityAction:
CeresEngine::EntityAction< ApplyForce > CeresEngine::EntityAction< HasAuthorityQuery, bool > CeresEngine::EntityAction< NetworkAction< A >, std::conditional_t< std::is_same_v< A::ReturnType, void >, Async<>, Async< A::ReturnType > > > CeresEngine::EntityAction< Play > CeresEngine::EntityAction< TransferAuthority > CeresEngine::EntityAction< T, R > CeresEngine::ApplyForce CeresEngine::HasAuthorityQuery CeresEngine::NetworkAction< A > CeresEngine::Play CeresEngine::TransferAuthority

Detailed Description

A base class shared by all actions triggered by an entity.


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