2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/BattlegroundGroupMemberStatus.h>
4#include <Cyrus/Classes/PropertyClass.h>
9 return *
reinterpret_cast<gid*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x48);
13 *
reinterpret_cast<gid*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x48) = val;
16 List<SharedPointer<BattlegroundGroupMemberStatus>> *
getMembers() {
17 return reinterpret_cast<List<SharedPointer<BattlegroundGroupMemberStatus>
> *>(
reinterpret_cast<uintptr_t
>(
this) + 0x50);
20 void setMembers(List<SharedPointer<BattlegroundGroupMemberStatus>> * val) {
21 *
reinterpret_cast<List<SharedPointer<BattlegroundGroupMemberStatus>
> **>(
reinterpret_cast<uintptr_t
>(
this) + 0x50) = val;
Definition BattlegroundGroupStatus.h:6
void setGroupID(gid val)
Definition BattlegroundGroupStatus.h:12
void setMembers(List< SharedPointer< BattlegroundGroupMemberStatus > > *val)
Definition BattlegroundGroupStatus.h:20
List< SharedPointer< BattlegroundGroupMemberStatus > > * getMembers()
Definition BattlegroundGroupStatus.h:16
gid getGroupID()
Definition BattlegroundGroupStatus.h:8
Base class for all property classes, providing reflection and serialization functionality.
Definition PropertyClass.h:86