swing sign 
Vars | |
| descpreamble | Text inserted before the actual message |
|---|---|
| maptext_holder | Holder of the swing sign maptext that appears on hover |
| maxcrashdamage | Damage when thrown into a swing sign |
| maxmessagecols | Max width of the message |
| maxmessagerows | Max length of the message |
| message | Stored message |
Procs | |
| overflowControl | Trims the message if it's longer than expected. UI has a similar function so it'll probably never be fully used. |
Var Details
descpreamble 
Text inserted before the actual message
maptext_holder 
Holder of the swing sign maptext that appears on hover
maxcrashdamage 
Damage when thrown into a swing sign
maxmessagecols 
Max width of the message
maxmessagerows 
Max length of the message
message 
Stored message
Proc Details
overflowControl
Trims the message if it's longer than expected. UI has a similar function so it'll probably never be fully used.