Update API.md

This commit is contained in:
Wuzzy 2015-02-20 15:28:44 +01:00
parent 9921ba24cc
commit 2d44a1aab2
1 changed files with 3 additions and 2 deletions

5
API.md
View File

@ -17,12 +17,13 @@ are true at all times for all players:
* Current and maximum mana can never be smaller than 0
* The current value must not be greater than the maximum value
* Only integer numbers are permitted for mana values
It should be not possible to break these rules using this API alone.
If you somehow manage to break one ofthe rules, please report a bug.
Furthermore, real numbers may be used as values, but it is not
recommended.
If a real number is used as input for a value, it will be rounded
(“round up half” rule).
## Functions
Of not specified otherwise, all functions return `nil`.