Skip to content

WriteForDebug

Nonki Takahashi edited this page Apr 24, 2017 · 2 revisions

WriteForDebug

Display values using TextWindow.Write or TextWindow.WriteLine for debug.

If debug Then
  mx = GraphicsWindow.MouseX
  my = GraphicsWIndow.MouseY
  TextWIndow.WriteLine(mx + "," + my)
EndIf

Other Resources


Clone this wiki locally