Parameters object
The parameters object contains the parameter with which the program operates.
Properties
- language a 2-character string corresponding to the user-selected language
- continent a 2-character string corresponding to the user-selected continent
- level a string, one of "junior", "senior", "nurse"
- powerLimit an integer: always 10 (for the moment)
- nurseLimit a float: always 0.0010
- expertLimit a float: always -1.5
- tresholdLimit a float: 0.4
- LastRandomImageId an integer, default -1.
Store
This object is stored in store Parameters
Indexes
None are needed, there is only 1 object.