The search keyword must be a single word (no spaces).
Function DialogSetMessage
- Line
- 3236
- Location
- common.j
- Constant?
- no
- Type
- native
- Arguments
- dialog whichDialog, string messageText
- Returns
- nothing
| 3236 | native DialogSetMessage takes dialog whichDialog, string messageText returns nothing |
| 3237 | native DialogAddButton takes dialog whichDialog, string buttonText, integer hotkey returns button |
| 3238 | native DialogAddQuitButton takes dialog whichDialog, boolean doScoreScreen, string buttonText, integer hotkey returns button |
| 3239 | native DialogDisplay takes player whichPlayer, dialog whichDialog, boolean flag returns nothing |
| 3240 | |
| 3241 | // Creates a new or reads in an existing game cache file stored
|