Skip to main content

soil_type_lookup

Function soil_type_lookup 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn soil_type_lookup( runtime: *mut SoilRuntime, name: *const c_char, ) -> u32
Expand description

Look up a type id by name. Returns UINT32_MAX if unknown.

ยงSafety

runtime is a live runtime; name is a NUL-terminated UTF-8 string.