* Gets the condition string. * @return Name of the associated stat. */
| 47 | * @return Name of the associated stat. |
| 48 | */ |
| 49 | const std::string StatStringCondition::getConditionName() |
| 50 | { |
| 51 | return _conditionName; |
| 52 | } |
| 53 | |
| 54 | /** |
| 55 | * Gets the minimum value for the condition (default is 0). |