* Gets the stat caps. * @return The stat caps. */
| 87 | * @return The stat caps. |
| 88 | */ |
| 89 | UnitStats RuleSoldier::getStatCaps() const |
| 90 | { |
| 91 | return _statCaps; |
| 92 | } |
| 93 | |
| 94 | /** |
| 95 | * Gets the height of the soldier when it's standing. |
no outgoing calls
no test coverage detected