Eden Editor: Configuring Menu Bar

From Bohemia Interactive Community
Revision as of 17:09, 2 December 2015 by Str (talk | contribs)
Jump to navigation Jump to search

<syntaxhighlight lang="cpp">class display3DEN { class Controls { class MenuStrip { class CommunityTools { items[] =+ {"MyTool"} }; class MyTool { text = "My Awesome Tool"; expression = "(findDisplay 313) createDisplay 'displayMyAwesomeTool';"; }; }; }; }; <syntaxhighlight>