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
-4
View File
@@ -10,10 +10,6 @@ Barotrauma source code: [Item.cs](https://github.com/evilfactory/LuaCsForBarotra
Item = {}
--- Adds to remove queue, use this instead of Remove, to prevent desync.
-- @realm server
function Item.AddToRemoveQueue(item) end
--- Gets a component from an item by a string name.
-- @treturn Component component
-- @realm server