add some extra function to doc

This commit is contained in:
AFCMS 2021-05-09 16:58:09 +02:00
parent 8ef8cdb03a
commit c383d300e1
1 changed files with 4 additions and 0 deletions

View File

@ -10,3 +10,7 @@ Register damage modifier.
* priority: int, define call order of registered functions
You should make use higher values for important or most used functions.
## mcl_damage.from_mt(mt_reason)
Convert mt damage reason (nil, fall, drown, punch, node_damage) to mc like reason.
* mt_reason: table, mt damage reason