JASS Tools
News
Download
Help
JASS Manual
-------------------------------------------------------------

TYPES | FUNCTIONS | VARIABLES

Type button

Global Variables | Functions That Return | Functions That Take

Ancestor Types:handle > agent > button
Children Types:none
Location:common.j, line 76

BACK TO TOP

------------------------------------------------------------

Global variables of type button:

Blizzard.j:
bj_lastCreatedButton

BACK TO TOP

------------------------------------------------------------

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

BACK TO TOP

------------------------------------------------------------

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

BACK TO TOP

------------------------------------------------------------
Copyright (c) 2003 Jeff Pang
Not affiliated or endorsed by Blizzard Entertainment
SourceForge.net Logo