Click or drag to resize

FormActMainUpdateLcdStatus Method

Writes a timestamped message to the status area of the LCD options

Namespace:  Advanced_Combat_Tracker
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
public void UpdateLcdStatus(
	string Message,
	bool Error
)

Parameters

Message
Type: SystemString
The text message
Error
Type: SystemBoolean
If the message should be written to ACT's debug log file
See Also