Get docs in line and added networking manual

This commit is contained in:
EvilFactory
2022-10-29 19:44:23 -03:00
parent 09979cb4c9
commit b77dde156b
5 changed files with 93 additions and 14 deletions
@@ -3011,7 +3011,7 @@ namespace Barotrauma
}
}
var result = GameMain.LuaCs.Hook.Call<bool?>("item.readPropertyChange", this, property, parentObject, allowEditing);
var result = GameMain.LuaCs.Hook.Call<bool?>("item.readPropertyChange", this, property, parentObject, allowEditing, sender);
if (result != null && result.Value)
return;