pub unsafe extern "C" fn ecs_is_deferred(
world: *const ecs_world_t,
) -> boolExpand description
Test if deferring is enabled for current stage.
@param world The world. @return True if deferred, false if not.
pub unsafe extern "C" fn ecs_is_deferred(
world: *const ecs_world_t,
) -> boolTest if deferring is enabled for current stage.
@param world The world. @return True if deferred, false if not.