Space Station 13 - Modules - TypesProc Details

shared_list

Procs

HasTRUE if entry is in the backing list as a value or key.
LenThe length of the backing list.
PickReturns a result, or list of results, randomly selected from the backing list by pick().
PickWeightReturns a result, or list of results, randomly selected from the backing map by pickweight().

Proc Details

Has

TRUE if entry is in the backing list as a value or key.

Len

The length of the backing list.

Pick

Returns a result, or list of results, randomly selected from the backing list by pick().

PickWeight

Returns a result, or list of results, randomly selected from the backing map by pickweight().