Click or drag to resize

FormActMainUpdateLcd Method

Raises an LCD update event

Namespace:  Advanced_Combat_Tracker
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
public void UpdateLcd(
	string ModeString,
	bool ActHighPriority
)

Parameters

ModeString
Type: SystemString
The label of the calling LCD mode. This is used to determine if the event should be raised at all. If the calling mode is the same as the current mode, the event will be raised.
ActHighPriority
Type: SystemBoolean
If true, the event will be raised for your mode even if that mode is not currently active.
See Also