Function yaslapi_sys::YASL_loadmt
source · pub unsafe extern "C" fn YASL_loadmt(
S: *mut YASL_State,
name: *const c_char
) -> c_intExpand description
[-0, +1] Loads a metatable by name. @param S the YASL_State. @param name name of the metatable. @return YASL_SUCCESS on success, else an error code.