Space Station 13 - Modules - TypesProc Details

core

Procs

list_getmobsReturns a LIST of the MOBS in one of the depot area's lists.
list_showReturns a STRING, containing the NAMES of the mobs in the provided list, JOINED together with ", "
list_shownamesReturns a LIST of the NAMES of the mobs in the provided list.

Proc Details

list_getmobs

Returns a LIST of the MOBS in one of the depot area's lists.

E.g. list_getmobs(depotarea.guard_list) returns a list of the extra guard mobs in the depot. Arguments:

list_show

Returns a STRING, containing the NAMES of the mobs in the provided list, JOINED together with ", "

E.g. list_show(depotarea.guard_list) returns a string like: "Syndicate Backup (123), Syndicate Backup(456), Syndicate Backup(789)", etc. Arguments:

list_shownames

Returns a LIST of the NAMES of the mobs in the provided list.

E.g. list_shownames(depotarea.guard_list) returns a list of the names of extra guard mobs in depot. Arguments: