myspace / Lua /Ged /XTemplates /QuestsEditor.lua
sirnii's picture
Upload 1816 files
b6a38d7 verified
raw
history blame
1.05 kB
-- ========== 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",
}),
}),
})