status_display_text
Nice overlay to make text smoothly scroll with no client updates after setup.
Vars | |
message | The message this overlay is displaying. |
---|---|
status_key | The status key we represent |
use_count | Amount of usage this overlay is getting |
Procs | |
disown | Status displays are static, shared by everyone who needs them This marks us as no longer being used by a guy |
generate_text | Generate the actual maptext. Arguments: |
own | Status displays are static, shared by everyone who needs them This marks us as being used by one more guy |
Var Details
message
The message this overlay is displaying.
status_key
The status key we represent
use_count
Amount of usage this overlay is getting
Proc Details
disown
Status displays are static, shared by everyone who needs them This marks us as no longer being used by a guy
generate_text
Generate the actual maptext. Arguments:
- text - the text to display
- center - center the text if TRUE, otherwise right-align (the direction the text is coming from)
- text_color - the text color
own
Status displays are static, shared by everyone who needs them This marks us as being used by one more guy