EvEmu
0.8.4
11 September 2021
|
#include "CorpData.h"
Public Attributes | |
int8 | optionID |
int16 | parameter1 |
int16 | voteCaseID |
int32 | parameter |
int32 | votesFor |
int32 | votesMade |
int32 | votesProxied |
int32 | parameter2 |
std::string | optionText |
Definition at line 44 of file CorpData.h.
int8 Corp::VoteCaseOptions::optionID |
Definition at line 45 of file CorpData.h.
Referenced by CorporationDB::AddVoteCase().
std::string Corp::VoteCaseOptions::optionText |
Definition at line 53 of file CorpData.h.
Referenced by CorporationDB::AddVoteCase().
int32 Corp::VoteCaseOptions::parameter |
Definition at line 48 of file CorpData.h.
Referenced by CorporationDB::AddVoteCase().
int16 Corp::VoteCaseOptions::parameter1 |
Definition at line 46 of file CorpData.h.
Referenced by CorporationDB::AddVoteCase().
int32 Corp::VoteCaseOptions::parameter2 |
Definition at line 52 of file CorpData.h.
Referenced by CorporationDB::AddVoteCase().
int16 Corp::VoteCaseOptions::voteCaseID |
Definition at line 47 of file CorpData.h.
int32 Corp::VoteCaseOptions::votesFor |
Definition at line 49 of file CorpData.h.
int32 Corp::VoteCaseOptions::votesMade |
Definition at line 50 of file CorpData.h.
int32 Corp::VoteCaseOptions::votesProxied |
Definition at line 51 of file CorpData.h.