Exemplo n.º 1
0
 public static LuaHook GetHook(LuaStatePtr l)
 {
     return(LuaDelegates.lua_gethook(l));
 }