#include <CombatAction.h>
◆ getAfterDied()
bool CombatAction::getAfterDied |
( |
| ) |
|
|
inline |
◆ getBlocksCalculated()
bool CombatAction::getBlocksCalculated |
( |
| ) |
|
|
inline |
◆ getConfusedTarget()
bool CombatAction::getConfusedTarget |
( |
| ) |
|
|
inline |
◆ getCriticalHitRoll()
unsigned char CombatAction::getCriticalHitRoll |
( |
| ) |
|
|
inline |
◆ getDelayed()
bool CombatAction::getDelayed |
( |
| ) |
|
|
inline |
◆ getDelayedEnchanted()
bool CombatAction::getDelayedEnchanted |
( |
| ) |
|
|
inline |
◆ getDurationModifier()
float CombatAction::getDurationModifier |
( |
| ) |
|
|
inline |
◆ getEffectChosen()
unsigned int CombatAction::getEffectChosen |
( |
| ) |
|
|
inline |
◆ getForceSpell()
bool CombatAction::getForceSpell |
( |
| ) |
|
|
inline |
◆ getHandledRandomSpellPerTarget()
bool CombatAction::getHandledRandomSpellPerTarget |
( |
| ) |
|
|
inline |
◆ getInterrupt()
bool CombatAction::getInterrupt |
( |
| ) |
|
|
inline |
◆ getPetCast()
bool CombatAction::getPetCast |
( |
| ) |
|
|
inline |
◆ getPetCasted()
bool CombatAction::getPetCasted |
( |
| ) |
|
|
inline |
◆ getPetCastTarget()
int CombatAction::getPetCastTarget |
( |
| ) |
|
|
inline |
◆ getPipConversionRoll()
int CombatAction::getPipConversionRoll |
( |
| ) |
|
|
inline |
◆ getRandomSpellEffectPerTargetRolls()
Vector< int > CombatAction::getRandomSpellEffectPerTargetRolls |
( |
| ) |
|
|
inline |
◆ getSerializedBlocks()
std::string CombatAction::getSerializedBlocks |
( |
| ) |
|
|
inline |
◆ getSerializedTargetsAffected()
std::string CombatAction::getSerializedTargetsAffected |
( |
| ) |
|
|
inline |
◆ getShowCast()
bool CombatAction::getShowCast |
( |
| ) |
|
|
inline |
◆ getSigilSpell()
bool CombatAction::getSigilSpell |
( |
| ) |
|
|
inline |
◆ getSoundFileName()
std::string CombatAction::getSoundFileName |
( |
| ) |
|
|
inline |
◆ getSpell()
SharedPointer< Spell > * CombatAction::getSpell |
( |
| ) |
|
|
inline |
◆ getSpellCaster()
int CombatAction::getSpellCaster |
( |
| ) |
|
|
inline |
◆ getSpellHits()
char CombatAction::getSpellHits |
( |
| ) |
|
|
inline |
◆ getStringKeyMessage()
std::string CombatAction::getStringKeyMessage |
( |
| ) |
|
|
inline |
◆ getStunResistRoll()
unsigned char CombatAction::getStunResistRoll |
( |
| ) |
|
|
inline |
◆ getTargetSubcircleList()
List< int > CombatAction::getTargetSubcircleList |
( |
| ) |
|
|
inline |
◆ getXPipCost()
unsigned char CombatAction::getXPipCost |
( |
| ) |
|
|
inline |
◆ setAfterDied()
void CombatAction::setAfterDied |
( |
bool | val | ) |
|
|
inline |
◆ setBlocksCalculated()
void CombatAction::setBlocksCalculated |
( |
bool | val | ) |
|
|
inline |
◆ setConfusedTarget()
void CombatAction::setConfusedTarget |
( |
bool | val | ) |
|
|
inline |
◆ setCriticalHitRoll()
void CombatAction::setCriticalHitRoll |
( |
unsigned char | val | ) |
|
|
inline |
◆ setDelayed()
void CombatAction::setDelayed |
( |
bool | val | ) |
|
|
inline |
◆ setDelayedEnchanted()
void CombatAction::setDelayedEnchanted |
( |
bool | val | ) |
|
|
inline |
◆ setDurationModifier()
void CombatAction::setDurationModifier |
( |
float | val | ) |
|
|
inline |
◆ setEffectChosen()
void CombatAction::setEffectChosen |
( |
unsigned int | val | ) |
|
|
inline |
◆ setForceSpell()
void CombatAction::setForceSpell |
( |
bool | val | ) |
|
|
inline |
◆ setHandledRandomSpellPerTarget()
void CombatAction::setHandledRandomSpellPerTarget |
( |
bool | val | ) |
|
|
inline |
◆ setInterrupt()
void CombatAction::setInterrupt |
( |
bool | val | ) |
|
|
inline |
◆ setPetCast()
void CombatAction::setPetCast |
( |
bool | val | ) |
|
|
inline |
◆ setPetCasted()
void CombatAction::setPetCasted |
( |
bool | val | ) |
|
|
inline |
◆ setPetCastTarget()
void CombatAction::setPetCastTarget |
( |
int | val | ) |
|
|
inline |
◆ setPipConversionRoll()
void CombatAction::setPipConversionRoll |
( |
int | val | ) |
|
|
inline |
◆ setRandomSpellEffectPerTargetRolls()
void CombatAction::setRandomSpellEffectPerTargetRolls |
( |
Vector< int > | val | ) |
|
|
inline |
◆ setSerializedBlocks()
void CombatAction::setSerializedBlocks |
( |
std::string | val | ) |
|
|
inline |
◆ setSerializedTargetsAffected()
void CombatAction::setSerializedTargetsAffected |
( |
std::string | val | ) |
|
|
inline |
◆ setShowCast()
void CombatAction::setShowCast |
( |
bool | val | ) |
|
|
inline |
◆ setSigilSpell()
void CombatAction::setSigilSpell |
( |
bool | val | ) |
|
|
inline |
◆ setSoundFileName()
void CombatAction::setSoundFileName |
( |
std::string | val | ) |
|
|
inline |
◆ setSpell()
void CombatAction::setSpell |
( |
SharedPointer< Spell > * | val | ) |
|
|
inline |
◆ setSpellCaster()
void CombatAction::setSpellCaster |
( |
int | val | ) |
|
|
inline |
◆ setSpellHits()
void CombatAction::setSpellHits |
( |
char | val | ) |
|
|
inline |
◆ setStringKeyMessage()
void CombatAction::setStringKeyMessage |
( |
std::string | val | ) |
|
|
inline |
◆ setStunResistRoll()
void CombatAction::setStunResistRoll |
( |
unsigned char | val | ) |
|
|
inline |
◆ setTargetSubcircleList()
void CombatAction::setTargetSubcircleList |
( |
List< int > | val | ) |
|
|
inline |
◆ setXPipCost()
void CombatAction::setXPipCost |
( |
unsigned char | val | ) |
|
|
inline |