pub unsafe extern "C-unwind" fn lua_costatus(
L: *mut lua_State,
) -> lua_CoStatusExpand description
Returns the status of the given coroutine.
This is equivalent to the Luau function coroutine.status.
pub unsafe extern "C-unwind" fn lua_costatus(
L: *mut lua_State,
) -> lua_CoStatusReturns the status of the given coroutine.
This is equivalent to the Luau function coroutine.status.