DLabel.SetWrap
From GMod Wiki
| Function | |
| Syntax | DLabel:SetWrap( Boolean wrap ) |
| Description: | |
| Enable text wrapping | |
| Returns: | nil |
| Realm: |
|
| BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=DLabel.SetWrap]DLabel.SetWrap [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Example
| Description | Makes the text not clip out of myLabel. |
|---|---|
| Used on | |
| Code | myLabel:SetWrap(true) |
| Output | Text doesn't clip off the element. |