Adds information to the Debug window.
Namespace: Potbot.Gameplay.AisAssembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntax protected void AddDebugLine(
string inLine
)
Protected Sub AddDebugLine (
inLine As String
)
member AddDebugLine :
inLine : string -> unit
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