DTree Node.GetTextColor
From GMod Wiki
Function | |
Syntax | DTree_Node:GetTextColor( ) |
Description: | |
Gets the colour of the text in the DTree_Node. | |
Returns: | Color |
In Object: | DTree_Node |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=DTree Node.GetTextColor]DTree Node.GetTextColor [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Example
Description | Gets DTree_Node text color. |
---|---|
Used on | |
Code | myLabel:GetTextColor() |
Output | Color of the text. |