ecs_is_deferred

Function ecs_is_deferred 

Source
pub unsafe extern "C" fn ecs_is_deferred(
    world: *const ecs_world_t,
) -> bool
Expand description

Test if deferring is enabled for current stage.

@param world The world. @return True if deferred, false if not.