/tg/ Station 13 - Modules - TypesDefine Details

code/__DEFINES/is_helpers.dm

IN_GIVEN_RANGEWithin given range, but not counting z-levels
HAS_SILICON_ACCESSDefine on whether A has access to Silicon stuff either through being a silicon, admin ghost or is a non-silicon holding the Silicon remote. This can only be used for instances where you are not specifically looking for silicon, but access.
HAS_AI_ACCESSDefine on whether A has access to AI stuff either through being a AI, admin ghost, or is a non-silicon holding the Silicon remote This can only be used for instances where you are not specifically looking for silicon, but access.
isanimal_or_basicmobreturns whether or not the atom is either a basic mob OR simple animal
isminingpathasteroid mobs, which are both simple and basic atm

Define Details

HAS_AI_ACCESS

Define on whether A has access to AI stuff either through being a AI, admin ghost, or is a non-silicon holding the Silicon remote This can only be used for instances where you are not specifically looking for silicon, but access.

HAS_SILICON_ACCESS

Define on whether A has access to Silicon stuff either through being a silicon, admin ghost or is a non-silicon holding the Silicon remote. This can only be used for instances where you are not specifically looking for silicon, but access.

IN_GIVEN_RANGE

Within given range, but not counting z-levels

isanimal_or_basicmob

returns whether or not the atom is either a basic mob OR simple animal

isminingpath

asteroid mobs, which are both simple and basic atm