code/__DEFINES/is_helpers.dm 
IN_GIVEN_RANGE | Within given range and on the same z level (get dist is WEIRD bro) |
---|---|
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 |
ismining | 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 and on the same z level (get dist is WEIRD bro)
isanimal_or_basicmob 
returns whether or not the atom is either a basic mob OR simple animal
ismining 
asteroid mobs, which are both simple and basic atm