byond - Modules - TypesVar Details

/datum/role_reserved_slots

special role slots datum. Stores category name, roles, amount of taken slots and total slots.

Vars

category_namecategory name for roles
rolesroles, that fit this category. Don't put same role in more than one category, only first found is checked.
takenamount of slots taken.
totaltotal amount of slots.

Var Details

category_name

category name for roles

roles

roles, that fit this category. Don't put same role in more than one category, only first found is checked.

taken

amount of slots taken.

total

total amount of slots.