myspace / CommonLua /X /XTemplates /XEditorSettings.lua
sirnii's picture
Upload 1816 files
b6a38d7 verified
raw
history blame
395 Bytes
-- ========== GENERATED BY XTemplate Editor (Alt-F3) DO NOT EDIT MANUALLY! ==========
PlaceObj('XTemplate', {
group = "Editor",
id = "XEditorSettings",
save_in = "Common",
PlaceObj('XTemplateTemplate', {
'__template', "GedPropertyObject",
}, {
PlaceObj('XTemplateFunc', {
'name', "Exit",
'func', function (self, ...)
XEditorSettings:ToggleGedEditor()
end,
}),
}),
})