| JASS Tools |
|
Global Variables | Functions That Return | Functions That Take
| |||||||||||
Global variables of type dialog:
| none |
Functions that return type dialog (   common.j,   common.ai,   Blizzard.j):
| native DialogCreate () returns dialog |
| constant native GetClickedDialog () returns dialog |
| function GetClickedDialogBJ () returns dialog |
| native LoadDialogHandle (hashtable table, integer parentKey, integer childKey) returns dialog |
| function LoadDialogHandleBJ (integer key, integer missionKey, hashtable table) returns dialog |
Functions that take type dialog as a parameter (   common.j,   common.ai,   Blizzard.j):
| native DialogAddButton (dialog whichDialog, string buttonText, integer hotkey) returns button |
| function DialogAddButtonBJ (dialog whichDialog, string buttonText) returns button |
| function DialogAddButtonWithHotkeyBJ (dialog whichDialog, string buttonText, integer hotkey) returns button |
| native DialogAddQuitButton (dialog whichDialog, boolean doScoreScreen, string buttonText, integer hotkey) returns button |
| native DialogClear (dialog whichDialog) returns nothing |
| function DialogClearBJ (dialog whichDialog) returns nothing |
| native DialogDestroy (dialog whichDialog) returns nothing |
| native DialogDisplay (player whichPlayer, dialog whichDialog, boolean flag) returns nothing |
| function DialogDisplayBJ (boolean flag, dialog whichDialog, player whichPlayer) returns nothing |
| native DialogSetMessage (dialog whichDialog, string messageText) returns nothing |
| function DialogSetMessageBJ (dialog whichDialog, string message) returns nothing |
| native SaveDialogHandle (hashtable table, integer parentKey, integer childKey, dialog whichDialog) returns boolean |
| function SaveDialogHandleBJ (dialog whichDialog, integer key, integer missionKey, hashtable table) returns boolean |
| native TriggerRegisterDialogEvent (trigger whichTrigger, dialog whichDialog) returns event |
| function TriggerRegisterDialogEventBJ (trigger trig, dialog whichDialog) returns event |
![]()
| Copyright (c) 2003 Jeff Pang Not affiliated or endorsed by Blizzard Entertainment |
|