pub unsafe extern "C" fn world__add_component(
entity: EntityHandle,
component_type: u64,
) -> ErrorCodeExpand description
Add a component and reset it to default values if it already exists.
pub unsafe extern "C" fn world__add_component(
entity: EntityHandle,
component_type: u64,
) -> ErrorCodeAdd a component and reset it to default values if it already exists.