code/__HELPERS/game.dm

GET_ERROR_ROOM | Returns either the error landmark or the location of the room. Needless to say, if this is used, it means things have gone awry. |
---|---|
/proc/get_bbox_of_atoms | Get a bounding box of a list of atoms. |
/proc/recursive_organ_check | |
/proc/get_hearers_in_view | Returns a list of hearers in view(view_radius) from source (ignoring luminosity). uses important_recursive_contentsRECURSIVE_CONTENTS_HEARING_SENSITIVE |
/proc/considered_exiled | Exiled check |
/proc/remove_image_from_client | Removes an image from a client's .images . Useful as a callback. |
Define Details
GET_ERROR_ROOM
Returns either the error landmark or the location of the room. Needless to say, if this is used, it means things have gone awry.