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.7.0.280
Syntax
C#
public void ActCommands(
	string commandText
)

Parameters

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