Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/menu/data/gui/scripts/GUITools.lua @ 6372

Last change on this file since 6372 was 6145, checked in by scheusso, 15 years ago

seems like i forgot to add some files. sorry about that ;)

File size: 251 bytes
RevLine 
[6145]1function openDecisionPopup( text, callbackPtr )
2    orxonox.CommandExecutor:execute("showGUI DecisionPopup false true")
3--     showGUI("DecisionPopup", false, true)
4    DecisionPopup.setCallback(InGameMenu.callback)
5    DecisionPopup.setText(text)
6end
Note: See TracBrowser for help on using the repository browser.