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
|