ecs_import_c

Function ecs_import_c 

Source
pub unsafe extern "C" fn ecs_import_c(
    world: *mut ecs_world_t,
    module: ecs_module_action_t,
    module_name_c: *const c_char,
) -> ecs_entity_t
Expand description

Same as ecs_import, but with name to scope conversion. PascalCase names are automatically converted to scoped names.

@param world The world. @param module The module import function. @param module_name_c The name of the module. @return The module entity.