pub unsafe extern "C" fn ecs_get_scope(
world: *const ecs_world_t,
) -> ecs_entity_tExpand description
Get the current scope. Get the scope set by ecs_set_scope. If no scope is set, this operation will return 0.
@param world The world. @return The current scope.