|
SDEngine
Game Engine
|
#include <Command.hpp>
Public Attributes | |
| U64 | type_id |
| void * | data |
| void(* | execute_fn )(void *data, EntityManager< ComponentGroup<> > &em, CommandQueue &queue) |
| void(* | serialize_fn )(void *data, Serializer &s) |
| void(* | deserialize_fn )(void *data, Serializer &s) |
| void* sd::CommandNode::data |
| void(* sd::CommandNode::deserialize_fn) (void *data, Serializer &s) |
| void(* sd::CommandNode::execute_fn) (void *data, EntityManager< ComponentGroup<> > &em, CommandQueue &queue) |
| void(* sd::CommandNode::serialize_fn) (void *data, Serializer &s) |
| U64 sd::CommandNode::type_id |