#include <PremiumContentOption.h>
◆ getButtonText()
std::string PremiumContentOption::getButtonText |
( |
| ) |
|
|
inline |
◆ getCrownsCost()
int PremiumContentOption::getCrownsCost |
( |
| ) |
|
|
inline |
◆ getMsrpCost()
int PremiumContentOption::getMsrpCost |
( |
| ) |
|
|
inline |
◆ getPurchaseText()
std::string PremiumContentOption::getPurchaseText |
( |
| ) |
|
|
inline |
◆ getType()
PremiumContentOption__ContentType PremiumContentOption::getType |
( |
| ) |
|
|
inline |
◆ setButtonText()
void PremiumContentOption::setButtonText |
( |
std::string | val | ) |
|
|
inline |
◆ setCrownsCost()
void PremiumContentOption::setCrownsCost |
( |
int | val | ) |
|
|
inline |
◆ setMsrpCost()
void PremiumContentOption::setMsrpCost |
( |
int | val | ) |
|
|
inline |
◆ setPurchaseText()
void PremiumContentOption::setPurchaseText |
( |
std::string | val | ) |
|
|
inline |
◆ setType()
void PremiumContentOption::setType |
( |
PremiumContentOption__ContentType | val | ) |
|
|
inline |