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

TYPES | FUNCTIONS | VARIABLES

Type timerdialog

Global Variables | Functions That Return | Functions That Take

Ancestor Types:handle > agent > timerdialog
Children Types:none
Location:common.j, line 80

BACK TO TOP

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

Global variables of type timerdialog:

Blizzard.j:
bj_crippledTimerWindows, bj_finishSoonTimerDialog, bj_lastCreatedTimerDialog

BACK TO TOP

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

Functions that return type timerdialog (     common.j,      common.ai,      Blizzard.j):

native CreateTimerDialog (timer t) returns timerdialog
function CreateTimerDialogBJ (timer t, string title) returns timerdialog
function GetLastCreatedTimerDialogBJ () returns timerdialog
native LoadTimerDialogHandle (hashtable table, integer parentKey, integer childKey) returns timerdialog
function LoadTimerDialogHandleBJ (integer key, integer missionKey, hashtable table) returns timerdialog

BACK TO TOP

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

Functions that take type timerdialog as a parameter (     common.j,      common.ai,      Blizzard.j):

native DestroyTimerDialog (timerdialog whichDialog) returns nothing
function DestroyTimerDialogBJ (timerdialog td) returns nothing
native IsTimerDialogDisplayed (timerdialog whichDialog) returns boolean
native SaveTimerDialogHandle (hashtable table, integer parentKey, integer childKey, timerdialog whichTimerdialog) returns boolean
function SaveTimerDialogHandleBJ (timerdialog whichTimerdialog, integer key, integer missionKey, hashtable table) returns boolean
native TimerDialogDisplay (timerdialog whichDialog, boolean display) returns nothing
function TimerDialogDisplayBJ (boolean show, timerdialog td) returns nothing
function TimerDialogDisplayForPlayerBJ (boolean show, timerdialog td, player whichPlayer) returns nothing
native TimerDialogSetRealTimeRemaining (timerdialog whichDialog, real timeRemaining) returns nothing
native TimerDialogSetSpeed (timerdialog whichDialog, real speedMultFactor) returns nothing
function TimerDialogSetSpeedBJ (timerdialog td, real speedMultFactor) returns nothing
native TimerDialogSetTimeColor (timerdialog whichDialog, integer red, integer green, integer blue, integer alpha) returns nothing
function TimerDialogSetTimeColorBJ (timerdialog td, real red, real green, real blue, real transparency) returns nothing
native TimerDialogSetTitle (timerdialog whichDialog, string title) returns nothing
function TimerDialogSetTitleBJ (timerdialog td, string title) returns nothing
native TimerDialogSetTitleColor (timerdialog whichDialog, integer red, integer green, integer blue, integer alpha) returns nothing
function TimerDialogSetTitleColorBJ (timerdialog td, real red, real green, real blue, real transparency) returns nothing

BACK TO TOP

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