Goonstation 13 - Modules - TypesProc Details

/datum/robot/module_tool_creator

Stub parent.

Allows for a tool (or lists of tools) to be created and configured properly.

Configuration includes correctly setting them up for inclusion in a robot module.

Configuration can include other processing, e.g. random generation.

Procs

apply_to_moduleInstantiates contents and adds to a specific module.
instantiateStub, used to instantiate tool(s). Ensure setup is called when defining behavior.
setupStub proc. Used to alter/configure instantiated tool(s).

Proc Details

apply_to_module

Instantiates contents and adds to a specific module.

instantiate

Stub, used to instantiate tool(s). Ensure setup is called when defining behavior.

setup

Stub proc. Used to alter/configure instantiated tool(s).