TrinityCore
WorldPackets::Petition::PetitionInfo Struct Reference

#include <PetitionPackets.h>

Public Attributes

int32 PetitionID = 0
 
ObjectGuid Petitioner
 
std::string Title
 
std::string BodyText
 
int32 MinSignatures = 0
 
int32 MaxSignatures = 0
 
int32 DeadLine = 0
 
int32 IssueDate = 0
 
int32 AllowedGuildID = 0
 
int32 AllowedClasses = 0
 
int32 AllowedRaces = 0
 
int16 AllowedGender = 0
 
int32 AllowedMinLevel = 0
 
int32 AllowedMaxLevel = 0
 
int32 NumChoices = 0
 
int32 StaticType = 0
 
uint32 Muid = 0
 
std::array< std::string, 10 > Choicetext
 

Detailed Description

Definition at line 39 of file PetitionPackets.h.

Member Data Documentation

◆ AllowedClasses

int32 WorldPackets::Petition::PetitionInfo::AllowedClasses = 0

Definition at line 50 of file PetitionPackets.h.

◆ AllowedGender

int16 WorldPackets::Petition::PetitionInfo::AllowedGender = 0

Definition at line 52 of file PetitionPackets.h.

◆ AllowedGuildID

int32 WorldPackets::Petition::PetitionInfo::AllowedGuildID = 0

Definition at line 49 of file PetitionPackets.h.

◆ AllowedMaxLevel

int32 WorldPackets::Petition::PetitionInfo::AllowedMaxLevel = 0

Definition at line 54 of file PetitionPackets.h.

◆ AllowedMinLevel

int32 WorldPackets::Petition::PetitionInfo::AllowedMinLevel = 0

Definition at line 53 of file PetitionPackets.h.

◆ AllowedRaces

int32 WorldPackets::Petition::PetitionInfo::AllowedRaces = 0

Definition at line 51 of file PetitionPackets.h.

◆ BodyText

std::string WorldPackets::Petition::PetitionInfo::BodyText

Definition at line 44 of file PetitionPackets.h.

◆ Choicetext

std::array<std::string, 10> WorldPackets::Petition::PetitionInfo::Choicetext

Definition at line 58 of file PetitionPackets.h.

◆ DeadLine

int32 WorldPackets::Petition::PetitionInfo::DeadLine = 0

Definition at line 47 of file PetitionPackets.h.

◆ IssueDate

int32 WorldPackets::Petition::PetitionInfo::IssueDate = 0

Definition at line 48 of file PetitionPackets.h.

◆ MaxSignatures

int32 WorldPackets::Petition::PetitionInfo::MaxSignatures = 0

Definition at line 46 of file PetitionPackets.h.

◆ MinSignatures

int32 WorldPackets::Petition::PetitionInfo::MinSignatures = 0

Definition at line 45 of file PetitionPackets.h.

◆ Muid

uint32 WorldPackets::Petition::PetitionInfo::Muid = 0

Definition at line 57 of file PetitionPackets.h.

◆ NumChoices

int32 WorldPackets::Petition::PetitionInfo::NumChoices = 0

Definition at line 55 of file PetitionPackets.h.

◆ Petitioner

ObjectGuid WorldPackets::Petition::PetitionInfo::Petitioner

Definition at line 42 of file PetitionPackets.h.

◆ PetitionID

int32 WorldPackets::Petition::PetitionInfo::PetitionID = 0

Definition at line 41 of file PetitionPackets.h.

◆ StaticType

int32 WorldPackets::Petition::PetitionInfo::StaticType = 0

Definition at line 56 of file PetitionPackets.h.

◆ Title

std::string WorldPackets::Petition::PetitionInfo::Title

Definition at line 43 of file PetitionPackets.h.


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