Exemple #1
0
 /// <summary>
 /// Gets the hook count
 /// </summary>
 /// <returns>see lua docs</returns>
 /// <author>Reinhard Ostermeier</author>
 public int GetHookCount()
 {
     return(LuaCore.lua_gethookcount(luaState));
 }