ecs_script_clear

Function ecs_script_clear 

Source
pub unsafe extern "C" fn ecs_script_clear(
    world: *mut ecs_world_t,
    script: ecs_entity_t,
    instance: ecs_entity_t,
)
Expand description

Clear all entities associated with script.

@param world The world. @param script The script entity. @param instance The script instance.