| JASS Tools |
|
Global Variables | Functions That Return | Functions That Take
| |||||||||||
Global variables of type button:
|
Functions that return type button (   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 |
| constant native GetClickedButton () returns button |
| function GetClickedButtonBJ () returns button |
| function GetLastCreatedButtonBJ () returns button |
| native LoadButtonHandle (hashtable table, integer parentKey, integer childKey) returns button |
| function LoadButtonHandleBJ (integer key, integer missionKey, hashtable table) returns button |
Functions that take type button as a parameter (   common.j,   common.ai,   Blizzard.j):
| native SaveButtonHandle (hashtable table, integer parentKey, integer childKey, button whichButton) returns boolean |
| function SaveButtonHandleBJ (button whichButton, integer key, integer missionKey, hashtable table) returns boolean |
| native TriggerRegisterDialogButtonEvent (trigger whichTrigger, button whichButton) returns event |
![]()
| Copyright (c) 2003 Jeff Pang Not affiliated or endorsed by Blizzard Entertainment |
|