mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
5 lines
No EOL
138 B
Lua
5 lines
No EOL
138 B
Lua
function throw_item()
|
|
local ent = GetUpdatedEntityID()
|
|
EntityRemoveComponent(ent, GetUpdatedComponentID())
|
|
EntityKill(ent)
|
|
end |