lua_gethook() public static method

public static lua_gethook ( ) : lua_Hook
return lua_Hook
Exemplo n.º 1
0
 public static lua_Hook lua_gethook(this LuaState luaState) => Lua.lua_gethook(luaState);