Click or drag to resize
AiAddDebugLine Method
Adds information to the Debug window.

Namespace: Potbot.Gameplay.Ais
Assembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntax
protected void AddDebugLine(
	string inLine
)

Parameters

inLine
Type: SystemString
The information you want to add to your debug window.
Remarks
If the window is not visible, a call to this method will make it visible again.
See Also