code/_macros.dm 
ADD_SORTED | Insert an object A into a sorted list using cmp_proc (/code/_helpers/cmp.dm) for comparison. |
---|---|
IS_WEAKREF_OF | Checks if potential_weakref is a weakref of thing. NOTE: These argments are the opposite order of TG's, because I think TG's are counterintuitive. |
Define Details
ADD_SORTED 
Insert an object A into a sorted list using cmp_proc (/code/_helpers/cmp.dm) for comparison.
IS_WEAKREF_OF 
Checks if potential_weakref is a weakref of thing. NOTE: These argments are the opposite order of TG's, because I think TG's are counterintuitive.