/datum/robot/module_tool_creator/recursive
Stub parent.
Allows instantiations of potentially multiple /obj/item instances via multiple methods.
N.B. If possible, use a simpler type due to more complexity in here.
@property {/list</datum/robot/module_tool_creator/recursive/definition>} definitions
Procs | |
instantiate | Instantiates list of /obj/item instances via multiple methods. |
---|---|
instantiate_recursive | Instantiates list of /obj/item instances via multiple methods. |
Proc Details
instantiate
Instantiates list of /obj/item instances via multiple methods.
-
proxy_loc {/atom} - Location to create contents
-
return {/list</obj/item>} result
instantiate_recursive
Instantiates list of /obj/item instances via multiple methods.
-
proxy_loc {/atom} - Location to create contents
-
proxy_definition {/datum/robot/module_tool_creator/recursive/definition}
-
return {/list</obj/item>} result