/tg/ Station 13 - Modules - TypesVar Details

connect_loc_behalf

This element behaves the same as connect_loc, hooking into a signal on a tracked object's turf It has the ability to react to that signal on behalf of a seperate listener however This has great use, primarially for components, but it carries with it some overhead So we do it seperately rather then intigrating the behavior with the main element

Vars

connectionsAn assoc list of signal -> procpath to register to the loc this object is on.
targetsAn assoc list of locs that are being occupied and a list of targets that occupy them.

Var Details

connections

An assoc list of signal -> procpath to register to the loc this object is on.

targets

An assoc list of locs that are being occupied and a list of targets that occupy them.