Shiptest 13 - Modules - TypesVar Details

connect_loc_behalf

This component behaves similar to 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 separate listener however This has great use, primarily for components, but it carries with it some overhead So we do it separately as it needs to hold state which is very likely to lead to bugs if it remains as an element.

Vars

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

Var Details

connections

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