solarus-games / solarus-doc

This repository was moved to GitLab: https://gitlab.com/solarus-games/solarus-doc
12 stars 5 forks source link

Add paraameter "script" to enemy:on_hurt(attack) #20

Closed ekureina closed 7 years ago

ekureina commented 7 years ago

Correctly specify that the parameter attack will have a script value if a script calls enemy:hurt().

Closes #12.