示例#1
0
 /// <summary>
 /// Gets the hook mask.
 /// </summary>
 /// <returns>hook mask</returns>
 /// <author>Reinhard Ostermeier</author>
 public EventMasks GetHookMask()
 {
     return((EventMasks)LuaCore.lua_gethookmask(luaState));
 }