DLabel.SetWrap

From GMod Wiki

Jump to: navigation, search
Function
Syntax DLabel:SetWrap( Boolean wrap )
Description:
Enable text wrapping
Returns: nil
Realm: NewerClient.png
BBCode Link: [b][url=http://wiki.garrysmod.com/?title=DLabel.SetWrap]DLabel.SetWrap [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b]



Example

DescriptionMakes the text not clip out of myLabel.
Used onNewerClient.png
Code
myLabel:SetWrap(true)
OutputText doesn't clip off the element.


See Also

Personal tools
Namespaces
Variants
Actions
Navigation
Lua Scripting
Functions
Hooks
Toolbox