/tg/ Station 13 - Modules - TypesVar Details

anomaly_locked_module

Vars

accepted_anomaliesAccepted types of anomaly cores.
core_insert_callbackA proc to call when the core is inserted.
core_removableIf the core is removable once socketed.
core_remove_callbackA proc to call when the core is removed.
pre_insert_callbackA proc to call before the core is inserted. Returns an ITEM_INTERACT define, which the component will itself return.

Var Details

accepted_anomalies

Accepted types of anomaly cores.

core_insert_callback

A proc to call when the core is inserted.

core_removable

If the core is removable once socketed.

core_remove_callback

A proc to call when the core is removed.

pre_insert_callback

A proc to call before the core is inserted. Returns an ITEM_INTERACT define, which the component will itself return.