Skip to main content

get_upvalue

Function get_upvalue 

Source
pub fn get_upvalue(
    state: &mut LuaState,
    funcindex: i32,
    n: i32,
) -> Option<Vec<u8>>