docs updated now with fields

This commit is contained in:
Evil Factory
2021-09-15 19:17:31 -03:00
parent a07ca2fd62
commit beb9b10eb3
8 changed files with 129 additions and 10 deletions

View File

@@ -30,7 +30,7 @@ function Item:SendSignal(signalOrString, connectionOrConnectionName) end
-- @usage
-- Item.ItemList[1].body.position = CreateVector2(0, 0) -- teleports first item created to 0, 0 of the level
--- List of all items.
-- @treturn table
-- @realm shared
Item.ItemList = {}
---
-- Item.ItemList, Table containing all items.
-- @realm shared
-- @Item Item.ItemList