Changeset 6722 for code/branches/gamestates2/data/gui/scripts/GUITools.lua
- Timestamp:
- Apr 13, 2010, 6:17:51 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/gamestates2/data/gui/scripts/GUITools.lua
r6718 r6722 15 15 16 16 function openDecisionPopup( text, callbackPtr ) 17 show GUI("DecisionPopup", false, true)17 showMenuSheet("DecisionPopup", false, true) 18 18 DecisionPopup.setCallback(callbackPtr) 19 19 DecisionPopup.setText(text) … … 21 21 22 22 function openInfoPopup(text, functionPtr, closeButton, arguments) 23 show GUI("InfoPopup", false, true)23 showMenuSheet("InfoPopup", false, true) 24 24 InfoPopup.execute(functionPtr, arguments) 25 25 InfoPopup.setText(text)
Note: See TracChangeset
for help on using the changeset viewer.