Click or drag to resize

FormActMainActCommands Method

Accepts text commands to perform specific functions. In EQ2, if someone were to type "/act end", the parser would split apart the resulting text and send "end" to this method.

Namespace: Advanced_Combat_Tracker
Assembly: Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.3.286
Syntax
C#
public void ActCommands(
	string commandText
)

Parameters

commandText  String
The stripped down command text such as, "end", "add Player", "clip last"
See Also