pub unsafe extern "C" fn ecs_get_scope(
world: *const ecs_world_t,
) -> u64Expand 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.