Navigation: battleWarden:Script > API Reference >

GUI

 

 

Manipulating the graphical user interface of battleWarden:RCon EX is accomplished using the GUI module.

GUI Module API

Syntax

Parameters

Return Value

Description

Debug(message AS STRING) AS VOID

message: specifies the message to be printed.

none

Writes a message terminated with a new line to the Script log of the battleWarden EX GUI.

SetStatusBarText(text AS STRING) AS VOID

text: specifies the text to be displayed.

none

Displays a text in the status bar of the battleWarden EX GUI.

PopUpSysTrayInfo(title AS STRING, message AS STRING) AS VOID

title: specifies the title of the systray popup window.

 

message: specifies the message of the systray popup window.

none

Displays a popup window in the systray.

Copyright © 2020 solicus. All Rights Reserved. Last Update: 2020-5-25.