ike709
ike709
http://www.byond.com/docs/ref/#/client/proc/MeasureText
http://www.byond.com/docs/ref/#/atom/movable/var/bound_height
See http://www.byond.com/forum/post/2750423 tl;dr BYOND doesn't throw a compiler error if you use a non-const in a switch range case (see code below) and instead silently uses `null` in place of...
Yes these are essentially the same thing as `GetValueAs[Type]()`, but converting them guarantees that they're being audited and converted to the `Try` variant as-needed. Plus IMO the name makes it...