#include <Ability.h>
Inheritance diagram for ogs::core::Method:
Public Member Functions | |
virtual Ability::Score | operator() (Ability::Type type)=0 |
Generate an ability score for an ability type. |
|
The argument of a method is the type of ability score to generate. A method may ignore this parameter.
Implemented in ogs::core::PartialMethod, ogs::core::StandardMethod, ogs::core::AverageMethod, ogs::core::HighPoweredMethod, and ogs::core::DirectMethod. |