ecs_observer_get_ctx

Function ecs_observer_get_ctx 

Source
pub unsafe extern "C" fn ecs_observer_get_ctx(
    world: *const ecs_world_t,
    observer: ecs_entity_t,
) -> *mut c_void
Expand description

Get observer ctx. Return the value set in ecs_observer_desc_t::ctx.

@param world The world. @param observer The observer. @return The context.