added more stuff to docs

This commit is contained in:
Evil Factory
2021-09-15 14:27:58 -03:00
parent d44d03fd9e
commit b0ed126891
6 changed files with 368 additions and 12 deletions

View File

@@ -23,6 +23,13 @@ function Item:GetComponentString(componentName) end
-- @realm server
function Item:SendSignal(signalOrString, connectionOrConnectionName) end
---
-- Physics body of the item.
-- @realm shared
-- @PhysicsBody body
-- @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