File size: 1,053 Bytes
b6a38d7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 |
-- ========== GENERATED BY XTemplate Editor (Alt-F3) DO NOT EDIT MANUALLY! ==========
PlaceObj('XTemplate', {
group = "Zulu",
id = "QuestsEditor",
save_in = "GameGed",
PlaceObj('XTemplateTemplate', {
'__template', "PresetEditor",
'Title', "Quests Editor",
}, {
PlaceObj('XTemplateCode', {
'comment', "custom Delete op for quests",
'run', function (self, parent, context)
parent.idPresets.Delete = "GedOpDeleteQuest"
end,
}),
PlaceObj('XTemplateWindow', {
'__class', "XPanelSizer",
}),
PlaceObj('XTemplateWindow', {
'__context', function (parent, context) return "state" end,
'__class', "GedPropPanel",
'Id', "idRuntimeState",
'Title', "Runtime State",
'SearchHistory', 5,
'DisplayWarnings', false,
'ActionContext', "PropPanelAction",
'SearchActionContexts', {
"PropPanelAction",
"PropAction",
},
'EnableUndo', false,
'EnableCollapseDefault', false,
'HideFirstCategory', true,
'RootObjectBindName', "SelectedPreset",
'PropActionContext', "PropAction",
}),
}),
})
|