We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d4d67f commit d0af805Copy full SHA for d0af805
jecs.luau
@@ -1453,7 +1453,7 @@ local function world_delete(world: ecs_world_t, entity: i53)
1453
dense_array[i_swap] = ECS_GENERATION_INC(entity)
1454
end
1455
1456
-local function world_exists(world, ecs_world_t, entity): boolean
+local function world_exists(world: ecs_world_t, entity): boolean
1457
return entity_index_try_get_any(world.entity_index, entity) ~= nil
1458
1459
0 commit comments