lua_gethookcount() public static méthode

public static lua_gethookcount ( ) : int
Résultat int
Exemple #1
0
 public static int lua_gethookcount(this LuaState luaState) => Lua.lua_gethookcount(luaState);