Wired Text Screen
From GMod Wiki
Wiremod Tool | Back |
Brief
The text screen displays text, that is given to it in the form of a string based input.
Inputs
- Text: A string containing the text to display.
- FGColor: Wire a vector RGB value to this input to override the text color.
- BGColor: Wire a vector RGB value to this input to override the background color.
Variables
- Text size:The size of the text.
- Text justification:The position of the text. 0 is left, 1 is centre, 2 is right.
- Number of inputs:The number of value inputs that should be created
- Text colour:The colour of the text.
- Create flat to surface:Create panel lying flat on surface
Useful hints
- \n will force to new line.
- Make text flash: Put text in text 1, leave text 2 blank and attatch a pulser with values 1 / 2 to the text input
Example
N/A