-
Notifications
You must be signed in to change notification settings - Fork 1
melon.panels
garryspins edited this page Feb 27, 2026
·
4 revisions
melon.panels
Misc panel helpers
melon

melon.panels.DebugLine(x: number, y: number, p?: Panel, id?: string)
Argument and Return information
| # | Name | Type | Description |
|---|---|---|---|
| 1 | x | number | X Coord to put the line at |
| 2 | y | number | Y Coord to put the line at |
| 3 | p? | Panel | Panel this line is relative to |
| 4 | id? | string | String to render next to this line |
Creates a line rendered on screen until the next melon.Debug call