Changes between Version 11 and Version 12 of code/doc/GUI
- Timestamp:
- Apr 12, 2017, 11:18:17 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/doc/GUI
v11 v12 27 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] 28 28 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)29 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) 30 30 31 31 {{{