Skip to main content

get_info

Function get_info 

Source
pub fn get_info(state: &mut LuaState, what: &[u8], ar: &mut LuaDebug) -> bool
Expand description

Returns debug information about a function or active call frame.

C: LUA_API int lua_getinfo(lua_State *L, const char *what, lua_Debug *ar)