|
mkRPG
|
The Parameter class represents a parameter with a valid domain of value. More...
#include <gameobject.h>
Public Member Functions | |
| Parameter (int v=0) | |
| Parameter (int min, int max, int v=0) | |
| Parameter (const Parameter &p) | |
| void | setValue (int v) |
| int | value () const |
| void | setMinimum (int m) |
| int | minimum () const |
| void | setMaximum (int m) |
| int | maximum () const |
| void | setDomain (int minVal, int maxVal) |
The Parameter class represents a parameter with a valid domain of value.
1.7.6.1