Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/presentation2/data/gui/scripts/GUITools.lua @ 6150

Last change on this file since 6150 was 6150, checked in by scheusso, 14 years ago

merged menu branch to presentation2 branch with some additional fixes and features ;)

File size: 251 bytes
Line 
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.