SS1984 - Modules - TypesDefine Details

code/__DEFINES/is_helpers.dm

IN_GIVEN_RANGEWithin given range, but not counting z-levels
IS_WEAKREF_OFChecks if potential_weakref is a weakref of thing.
isclosedturfNot really closed, but the meaning is the same.
istruein some situations we can't rely on dynamic typing and use if(statement)

Define Details

IN_GIVEN_RANGE

Within given range, but not counting z-levels

IS_WEAKREF_OF

Checks if potential_weakref is a weakref of thing.

isclosedturf

Not really closed, but the meaning is the same.

istrue

in some situations we can't rely on dynamic typing and use if(statement)