Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 6 and Version 7 of code/doc/GUI


Ignore:
Timestamp:
May 19, 2009, 11:47:07 AM (15 years ago)
Author:
bknecht
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code/doc/GUI

    v6 v7  
    6262}}}
    6363
     64If 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
    6466To load a GUI from inside Orxonox, you can just call the showGUI()-function of the GUIManager with the file name of your Lua-script:
    6567{{{