internal representation of a Component within a GameObject template
More...
#include <D:/Projekte/i6engine/libs/i6engine-modules/include/i6engine/api/configs/ObjectConfig.h>
|
| GOTemplateComponent () |
|
| GOTemplateComponent (const std::string &t, int64_t i, const attributeMap &p, bool b, const std::string &id, bool deleted) |
|
| GOTemplateComponent (const std::string &t, const attributeMap &p, const std::string &id, bool deleted, bool owner) |
|
template<class Archive > |
void | serialize (Archive &ar, const unsigned int) |
|
internal representation of a Component within a GameObject template
Definition at line 73 of file ObjectConfig.h.
i6e::api::objects::GOTemplateComponent::GOTemplateComponent |
( |
| ) |
|
|
inline |
i6e::api::objects::GOTemplateComponent::GOTemplateComponent |
( |
const std::string & |
t, |
|
|
int64_t |
i, |
|
|
const attributeMap & |
p, |
|
|
bool |
b, |
|
|
const std::string & |
id, |
|
|
bool |
deleted |
|
) |
| |
|
inline |
i6e::api::objects::GOTemplateComponent::GOTemplateComponent |
( |
const std::string & |
t, |
|
|
const attributeMap & |
p, |
|
|
const std::string & |
id, |
|
|
bool |
deleted, |
|
|
bool |
owner |
|
) |
| |
|
inline |
template<class Archive >
void i6e::api::objects::GOTemplateComponent::serialize |
( |
Archive & |
ar, |
|
|
const unsigned |
int |
|
) |
| |
|
inline |
bool i6e::api::objects::GOTemplateComponent::_deleted |
int64_t i6e::api::objects::GOTemplateComponent::_id |
std::string i6e::api::objects::GOTemplateComponent::_identifier |
bool i6e::api::objects::GOTemplateComponent::_owner |
attributeMap i6e::api::objects::GOTemplateComponent::_params |
std::string i6e::api::objects::GOTemplateComponent::_template |
The documentation for this struct was generated from the following file: