1
0
鏡像自 git://repo.or.cz/minetest_mana.git 已同步 2025-07-05 16:20:22 +02:00

Update API.md

此提交包含在:
Wuzzy
2015-02-20 15:28:44 +01:00
父節點 9921ba24cc
當前提交 2d44a1aab2

5
API.md
查看文件

@ -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`.