#include <BattlegroundTemplate.h>
◆ getBattlegroundName()
std::string BattlegroundTemplate::getBattlegroundName |
( |
| ) |
|
|
inline |
◆ getBattlegroundZone()
std::string BattlegroundTemplate::getBattlegroundZone |
( |
| ) |
|
|
inline |
◆ getCancelCooldownSeconds()
int BattlegroundTemplate::getCancelCooldownSeconds |
( |
| ) |
|
|
inline |
◆ getCountdownSeconds()
float BattlegroundTemplate::getCountdownSeconds |
( |
| ) |
|
|
inline |
◆ getDefeatedPolyLockCount()
int BattlegroundTemplate::getDefeatedPolyLockCount |
( |
| ) |
|
|
inline |
◆ getLockSigilSpotOnDefeat()
bool BattlegroundTemplate::getLockSigilSpotOnDefeat |
( |
| ) |
|
|
inline |
◆ getLootLoser()
std::string BattlegroundTemplate::getLootLoser |
( |
| ) |
|
|
inline |
◆ getLootTie()
std::string BattlegroundTemplate::getLootTie |
( |
| ) |
|
|
inline |
◆ getLootWinner()
std::string BattlegroundTemplate::getLootWinner |
( |
| ) |
|
|
inline |
◆ getMatchmakingList()
◆ getMatchSize()
int BattlegroundTemplate::getMatchSize |
( |
| ) |
|
|
inline |
◆ getMatchTimeSeconds()
int BattlegroundTemplate::getMatchTimeSeconds |
( |
| ) |
|
|
inline |
◆ getMaximumDisplayPoints()
int BattlegroundTemplate::getMaximumDisplayPoints |
( |
| ) |
|
|
inline |
◆ getPveMode()
bool BattlegroundTemplate::getPveMode |
( |
| ) |
|
|
inline |
◆ getRevealTimeSeconds()
int BattlegroundTemplate::getRevealTimeSeconds |
( |
| ) |
|
|
inline |
◆ getTeamStartA()
std::string BattlegroundTemplate::getTeamStartA |
( |
| ) |
|
|
inline |
◆ getTeamStartB()
std::string BattlegroundTemplate::getTeamStartB |
( |
| ) |
|
|
inline |
◆ getUnlockedPolymorphTags()
List< std::string > BattlegroundTemplate::getUnlockedPolymorphTags |
( |
| ) |
|
|
inline |
◆ setBattlegroundName()
void BattlegroundTemplate::setBattlegroundName |
( |
std::string | val | ) |
|
|
inline |
◆ setBattlegroundZone()
void BattlegroundTemplate::setBattlegroundZone |
( |
std::string | val | ) |
|
|
inline |
◆ setCancelCooldownSeconds()
void BattlegroundTemplate::setCancelCooldownSeconds |
( |
int | val | ) |
|
|
inline |
◆ setCountdownSeconds()
void BattlegroundTemplate::setCountdownSeconds |
( |
float | val | ) |
|
|
inline |
◆ setDefeatedPolyLockCount()
void BattlegroundTemplate::setDefeatedPolyLockCount |
( |
int | val | ) |
|
|
inline |
◆ setLockSigilSpotOnDefeat()
void BattlegroundTemplate::setLockSigilSpotOnDefeat |
( |
bool | val | ) |
|
|
inline |
◆ setLootLoser()
void BattlegroundTemplate::setLootLoser |
( |
std::string | val | ) |
|
|
inline |
◆ setLootTie()
void BattlegroundTemplate::setLootTie |
( |
std::string | val | ) |
|
|
inline |
◆ setLootWinner()
void BattlegroundTemplate::setLootWinner |
( |
std::string | val | ) |
|
|
inline |
◆ setMatchmakingList()
◆ setMatchSize()
void BattlegroundTemplate::setMatchSize |
( |
int | val | ) |
|
|
inline |
◆ setMatchTimeSeconds()
void BattlegroundTemplate::setMatchTimeSeconds |
( |
int | val | ) |
|
|
inline |
◆ setMaximumDisplayPoints()
void BattlegroundTemplate::setMaximumDisplayPoints |
( |
int | val | ) |
|
|
inline |
◆ setPveMode()
void BattlegroundTemplate::setPveMode |
( |
bool | val | ) |
|
|
inline |
◆ setRevealTimeSeconds()
void BattlegroundTemplate::setRevealTimeSeconds |
( |
int | val | ) |
|
|
inline |
◆ setTeamStartA()
void BattlegroundTemplate::setTeamStartA |
( |
std::string | val | ) |
|
|
inline |
◆ setTeamStartB()
void BattlegroundTemplate::setTeamStartB |
( |
std::string | val | ) |
|
|
inline |
◆ setUnlockedPolymorphTags()
void BattlegroundTemplate::setUnlockedPolymorphTags |
( |
List< std::string > | val | ) |
|
|
inline |