lua_gethook() public static method

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