Added item.removed to docs and fixed some minor things

This commit is contained in:
EvilFactory
2023-04-11 12:34:15 -03:00
parent d0519cb982
commit f2a3c38c79
3 changed files with 7 additions and 3 deletions
+2 -2
View File
@@ -12,11 +12,11 @@ Item = {}
--- Gets a component from an item by a string name.
-- @treturn Component component
-- @realm server
-- @realm shared
function GetComponentString(componentName) end
--- Sends a signal.
-- @realm server
-- @realm shared
function SendSignal(signalOrString, connectionOrConnectionName) end
---