code/__DEFINES/rust.dm
/proc/byondapi_stack_trace | Exists by default in 516, but needs to be defined for 515 or byondapi-rs doesn't like it. |
---|---|
MILLA_TILE_SIZE | The number of values per tile. |
MILLA_INTERESTING_TILE_SIZE | The number of values per interesting tile. |
MILLA_INTERESTING_REASON_DISPLAY | Interesting because it needs a display update. |
MILLA_INTERESTING_REASON_HOT | Interesting because it's hot enough to start a fire. Excludes normal-temperature Lavaland tiles without an active fire. |
MILLA_INTERESTING_REASON_WIND | Interesting because it has wind that can push stuff around. |
Define Details
MILLA_INTERESTING_REASON_DISPLAY
Interesting because it needs a display update.
MILLA_INTERESTING_REASON_HOT
Interesting because it's hot enough to start a fire. Excludes normal-temperature Lavaland tiles without an active fire.
MILLA_INTERESTING_REASON_WIND
Interesting because it has wind that can push stuff around.
MILLA_INTERESTING_TILE_SIZE
The number of values per interesting tile.
MILLA_TILE_SIZE
The number of values per tile.