bevy_mod_scripting 0.19.0

Multi language scripting in Bevy
Documentation
1
2
3
4
5
local entity = world.spawn()
local type = world.get_type_by_name('TestComponent')

world.remove_component(entity, type)
world.remove_component(entity, type)