Skip to content

raylib.rlGetLineWidth

JoeStrout edited this page Apr 29, 2026 · 2 revisions

Get the line drawing width

Parameters

None.

Return value

Condition Return Value
(always) number

Notes

Example

w = raylib.rlGetLineWidth()
print "Current line width: " + w

Clone this wiki locally