Changes between Version 6 and Version 7 of code/doc/GUI
- Timestamp:
- May 19, 2009, 11:47:07 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/doc/GUI
v6 v7 62 62 }}} 63 63 64 If you want to execute code in Lua just when the GUI is loading (for instance manipulating the loaded elements) you can write an ''init'' function which will automatically executed when the GUI is loading. 65 64 66 To load a GUI from inside Orxonox, you can just call the showGUI()-function of the GUIManager with the file name of your Lua-script: 65 67 {{{