예제 #1
0
파일: Lua.cs 프로젝트: tstavrianos/Lua.NET
 /// <summary>
 /// Gets the hook count
 /// </summary>
 /// <returns>see lua docs</returns>
 /// <author>Reinhard Ostermeier</author>
 public int GetHookCount()
 {
     return(LuaCore.lua_gethookcount(luaState));
 }