/atom/movable/maptext_holder 
Maptext holders are atom/movable
s that are attached to a parent maptext manager, and are responsible for displaying maptext
images to a single client. When maptext is required to be displayed to a client, the parent maptext manager will instruct the
maptext holder associated with that client to add a line of maptext to itself and add it to the client's images list.
Vars | |
aggregate_height | The amount by which this maptext holder's pixel_y value has been increased as a result of new maptext lines. |
---|---|
client | The client that this maptext holder is displaying maptext to. |
lines | A list of maptext images currently displayed to the client. |
parent | The maptext manager that this maptext holder belongs to. |
Procs | |
add_line | Adds a line of maptext to this maptext holder, displays it, animates it scrolling in, and queues its removal. |
Var Details
aggregate_height 
The amount by which this maptext holder's pixel_y
value has been increased as a result of new maptext lines.
client 
The client that this maptext holder is displaying maptext to.
lines 
A list of maptext images currently displayed to the client.
parent 
The maptext manager that this maptext holder belongs to.
Proc Details
add_line
Adds a line of maptext to this maptext holder, displays it, animates it scrolling in, and queues its removal.