lua_gethookmask() public static method

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