Example #1
0
 internal static int LuaGetHookMask(IntPtr luaState)
 {
     return(LuaInterop.LuaGetHookMask(luaState));
 }