helapordo 1.4.12
|
#include <ser_core.h>
Data Fields | |
int32_t | class |
Defines which kind of artifactClass the instance relates to. | |
int32_t | qty |
Indicates how many copies of the artifact the instance of this class holds. | |
int32_t | active |
Flag used to mark instance whose function pointer has been called already. | |
int32_t | innerValue |
Indicates interal state of the item when needed. | |
Serialized Artifact.
Packed struct. Can be turned into a Artifact with deser_Artifact(). Can be obtained from an Artifact with ser_Artifact().
int32_t SerArtifact::active |
Flag used to mark instance whose function pointer has been called already.
int32_t SerArtifact::class |
Defines which kind of artifactClass the instance relates to.
int32_t SerArtifact::innerValue |
Indicates interal state of the item when needed.
int32_t SerArtifact::qty |
Indicates how many copies of the artifact the instance of this class holds.