Added a new argument to REMOVEINVENOBJ hook (from Mr.Stalin)

This commit is contained in:
NovaRain
2019-02-25 20:44:49 +08:00
parent 2ce1c0f36e
commit ce0f5ea8c9
2 changed files with 14 additions and 11 deletions
+1
View File
@@ -248,6 +248,7 @@ Obj arg1 - the owner that the object is being removed from
item arg2 - the item that is being removed
int arg3 - the number of items to remove
int arg4 - The reason the object is being removed (see RMOBJ_* constants)
Obj arg5 - The destination object when the item is moved to another object, otherwise 0
-------------------------------------------