File size: 395 Bytes
b6a38d7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
-- ========== 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,
}),
}),
})
|