Definition IgnoreEntryData.h:5
gid getGameObjectID()
Definition IgnoreEntryData.h:23
void setIgnoreName(std::string val)
Definition IgnoreEntryData.h:11
void setGameObjectID(gid val)
Definition IgnoreEntryData.h:27
std::string getIgnoreName()
Definition IgnoreEntryData.h:7
gid getCharacterID()
Definition IgnoreEntryData.h:15
void setCharacterID(gid val)
Definition IgnoreEntryData.h:19
Base class for all property classes, providing reflection and serialization functionality.
Definition PropertyClass.h:86