helapordo 1.4.12
Loading...
Searching...
No Matches
SerArtifact Struct Reference

Serialized Artifact. More...

#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.
 

Detailed Description

Serialized Artifact.

Packed struct. Can be turned into a Artifact with deser_Artifact(). Can be obtained from an Artifact with ser_Artifact().

See also
Artifact
deser_Artifact()
ser_Artifact()

Field Documentation

◆ active

int32_t SerArtifact::active

Flag used to mark instance whose function pointer has been called already.

◆ class

int32_t SerArtifact::class

Defines which kind of artifactClass the instance relates to.

◆ innerValue

int32_t SerArtifact::innerValue

Indicates interal state of the item when needed.

◆ qty

int32_t SerArtifact::qty

Indicates how many copies of the artifact the instance of this class holds.


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