Skip to main content

lua_rawget

Function lua_rawget 

Source
pub fn lua_rawget(
    cx: &mut Cx,
    table: &Value,
    key: &Value,
) -> Result<Option<Value>>
Expand description

Performs a raw Lua table read without consulting __index.