BOLTStack.Application.BoltErrorHandle C# (CSharp) Method

BoltErrorHandle() private static method

private static BoltErrorHandle ( IntPtr luaState, string pExtInfo, string luaErrorString, IntPtr pStackInfo ) : int
luaState System.IntPtr
pExtInfo string
luaErrorString string
pStackInfo System.IntPtr
return int
        private static int BoltErrorHandle(IntPtr luaState, string pExtInfo, string luaErrorString, IntPtr pStackInfo)
        {
            DumpError(luaState, pExtInfo, luaErrorString);
            return 0;
        }