lua_gethookcount() public static method

public static lua_gethookcount ( ) : int
return int
Example #1
0
 public static int lua_gethookcount(this LuaState luaState) => Lua.lua_gethookcount(luaState);