4995eafe-ba48-44b5-b885-01f59d79f109.js 1.38 KB
"use strict";
cc._RF.push(module, '4995er+ukhEtbiFAfWdefEJ', 'PlotModel');
// script/avg/model/PlotModel.ts

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.SpecialPlotId = exports.PlotJumpType = exports.SentenceType = void 0;
var SentenceType;
(function (SentenceType) {
    SentenceType[SentenceType["TEXT"] = 1] = "TEXT";
    SentenceType[SentenceType["AUDIO"] = 2] = "AUDIO";
    SentenceType[SentenceType["VIDEO"] = 3] = "VIDEO";
    SentenceType[SentenceType["IMAGE"] = 4] = "IMAGE";
    SentenceType[SentenceType["SELECT"] = 5] = "SELECT";
    SentenceType[SentenceType["EMPTY"] = 6] = "EMPTY";
})(SentenceType = exports.SentenceType || (exports.SentenceType = {}));
var PlotJumpType;
(function (PlotJumpType) {
    PlotJumpType[PlotJumpType["Condition"] = 0] = "Condition";
    PlotJumpType[PlotJumpType["Select"] = 1] = "Select";
})(PlotJumpType = exports.PlotJumpType || (exports.PlotJumpType = {}));
var SpecialPlotId;
(function (SpecialPlotId) {
    SpecialPlotId[SpecialPlotId["End"] = -1] = "End";
    SpecialPlotId[SpecialPlotId["ToBeContinued"] = -2] = "ToBeContinued";
    SpecialPlotId[SpecialPlotId["CustomPlotStart"] = -100] = "CustomPlotStart";
})(SpecialPlotId = exports.SpecialPlotId || (exports.SpecialPlotId = {}));
// export function isChapter(v: Plot | Chapter): v is Chapter {
//     return (v as Chapter).title !== undefined;
// }

cc._RF.pop();