_std/macros/ismob.dm 
isobserver | Returns true if the given x is an observer |
---|---|
isadminghost | Returns true if the given x is an observer and an admin |
isliving | Returns true if the given x is a mob/living type |
islivingobject | Is a possessed object |
isnewplayer | Returns true if x is a new player mob (what u r if ur in the lobby screen, usually) |
issmokeimmune | Returns true if this mob immune to breathing in smoke? |
ismiasmaimmune | Returns true if this mob immune to breathing in miasma |
IS_LIVING_OBJECT_USING_SELF | This is for objects which have some sort of prerequisite for people to use them. Allows you to bypass those checks if the user is the possessed version of the object being interacted with |
Define Details
IS_LIVING_OBJECT_USING_SELF 
This is for objects which have some sort of prerequisite for people to use them. Allows you to bypass those checks if the user is the possessed version of the object being interacted with
isadminghost 
Returns true if the given x is an observer and an admin
isliving 
Returns true if the given x is a mob/living type
islivingobject 
Is a possessed object
ismiasmaimmune 
Returns true if this mob immune to breathing in miasma
isnewplayer 
Returns true if x is a new player mob (what u r if ur in the lobby screen, usually)
isobserver 
Returns true if the given x is an observer
issmokeimmune 
Returns true if this mob immune to breathing in smoke?