code/__DEFINES/is_helpers.dm
IN_GIVEN_RANGE | Within given range, but not counting z-levels |
---|---|
HAS_SILICON_ACCESS | This is used to see if you have Silicon access. This includes things like Admins, Drones, Bots, and Human wands. |
HAS_AI_ACCESS | This is used to see if you have the access of an AI. This doesn't mean you are an AI, just have the same access as one. |
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 |
Define Details
HAS_AI_ACCESS
This is used to see if you have the access of an AI. This doesn't mean you are an AI, just have the same access as one.
HAS_SILICON_ACCESS
This is used to see if you have Silicon access. This includes things like Admins, Drones, Bots, and Human wands.
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