Changes between Version 10 and Version 11 of code/doc/GUI
- Timestamp:
- Apr 12, 2017, 11:11:15 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/doc/GUI
v10 v11 1 1 = Graphical User Interface = 2 [[TracNav(TracNav/TOC_Development)]]3 2 4 3 The GUI in Orxonox is administered with CEGUI. We use the GUI for interactions with the user in shops, [wiki:Questsystem] or parts of the HUD and of course the main menu. … … 26 25 }}} 27 26 28 Find out more about the GUIManager's methods in the [http ://www.orxonox.net/doxygen/classorxonox_1_1GUIManager.html Doxygen-Documentation]27 Find out more about the GUIManager's methods in the [https://www.orxonox.net/jenkins/view/Management/job/orxonox_doxygen_trunk/javadoc/classorxonox_1_1_g_u_i_manager.html Doxygen-Documentation] 29 28 30 To access C++-code in Lua you have to mark them. You can see how this is done on [wiki: Scripting this page]. Afterwards calling a method of a C++-class you can proceed as below (''--''denote commentaries in Lua)29 To access C++-code in Lua you have to mark them. You can see how this is done on [wiki:content/Scripting this page]. Afterwards calling a method of a C++-class you can proceed as below ({{{--}}} denote commentaries in Lua) 31 30 32 31 {{{