ike709

Results 156 issues of ike709

http://www.byond.com/docs/ref/#/client/proc/MeasureText

Runtime
Client

http://www.byond.com/docs/ref/#/world/proc/OpenPort

Runtime

http://www.byond.com/docs/ref/#/atom/movable/var/bound_height

Runtime

http://www.byond.com/docs/ref/#/world/var/host

Runtime

http://www.byond.com/docs/ref/#/world/var/game_state

Runtime

http://www.byond.com/docs/ref/#/world/proc/SetConfig

Runtime

http://www.byond.com/docs/ref/#/world/proc/GetConfig

Runtime

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...

enhancement
dmdoc

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...