Function yaslapi_sys::YASL_isnuserdata
source · pub unsafe extern "C" fn YASL_isnuserdata(
S: *mut YASL_State,
tag: *const c_char,
n: c_uint
) -> boolExpand description
[-0, +0] checks if the object at index n is userdata. @param S the YASL_State. @return true if the object at index n is userdata, else false.