The search keyword must be a single word (no spaces).
Function DialogCreate
- Line
- 3233
- Location
- common.j
- Constant?
- no
- Type
- native
- Arguments
- nothing
- Returns
- dialog
| 3233 | native DialogCreate takes nothing returns dialog |
| 3234 | native DialogDestroy takes dialog whichDialog returns nothing |
| 3235 | native DialogClear takes dialog whichDialog 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 |