i6engine
1.0
|
creates a GameObject out of a template file More...
#include <D:/Projekte/i6engine/libs/i6engine-modules/include/i6engine/api/configs/ObjectConfig.h>
Public Member Functions | |
Object_Create_Create () | |
Object_Create_Create (const int64_t i, const std::string &t, const core::IPKey &own, uint64_t u, const GOTemplate &g, const bool b) | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int) |
Object_Create_Create * | copy () |
Copy method returning an exact copy of itself. More... | |
Public Member Functions inherited from i6e::core::MessageStruct | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int) |
MessageStruct () | |
Default constructor for MessageStruct. More... | |
MessageStruct (const MessageStruct &other) | |
Copy constructor for MessageStruct. More... | |
MessageStruct (const int64_t id, const IPKey &send, const int64_t waitID) | |
Constructor for MessageStruct. More... | |
MessageStruct (int64_t id, int64_t waitID) | |
virtual | ~MessageStruct () |
Virtual destructor. More... | |
int64_t | getID () const |
returns the id More... | |
int64_t | getWaitID () const |
returns the waitForId More... | |
Public Attributes | |
std::string | tpl |
core::IPKey | owner |
uint64_t | uuid |
GOTemplate | tmpl |
bool | send |
Public Attributes inherited from i6e::core::MessageStruct | |
int64_t | _id |
IPKey | _sender |
int64_t | _waitForId |
creates a GameObject out of a template file
Definition at line 117 of file ObjectConfig.h.
i6e::api::objects::Object_Create_Create::Object_Create_Create | ( | ) |
i6e::api::objects::Object_Create_Create::Object_Create_Create | ( | const int64_t | i, |
const std::string & | t, | ||
const core::IPKey & | own, | ||
uint64_t | u, | ||
const GOTemplate & | g, | ||
const bool | b | ||
) |
|
inlinevirtual |
Copy method returning an exact copy of itself.
Reimplemented from i6e::core::MessageStruct.
Definition at line 134 of file ObjectConfig.h.
|
inline |
Definition at line 126 of file ObjectConfig.h.
core::IPKey i6e::api::objects::Object_Create_Create::owner |
Definition at line 119 of file ObjectConfig.h.
bool i6e::api::objects::Object_Create_Create::send |
Definition at line 122 of file ObjectConfig.h.
GOTemplate i6e::api::objects::Object_Create_Create::tmpl |
Definition at line 121 of file ObjectConfig.h.
std::string i6e::api::objects::Object_Create_Create::tpl |
Definition at line 118 of file ObjectConfig.h.
uint64_t i6e::api::objects::Object_Create_Create::uuid |
Definition at line 120 of file ObjectConfig.h.