byond - Modules - TypesVar Details - Proc Details

managed_inventory

Vars

equipped_listItems actually equipped to slots
ownerMob this inventory is for

Procs

ammo_list_addAdds an item to this list
ammo_list_removalRemoves an item from this list
clear_listsclears or resets the inventory lists
engineering_list_addAdds an item to this list
engineering_list_removalRemoves an item from this list
food_list_addAdds an item to this list
food_list_removalRemoves an item from this list
get_right_listFinds the right list for an item
get_storedRecursive proc to retrieve all stored items inside something
grenade_list_addAdds an item to this list
grenade_list_removalRemoves an item from this list
gun_list_addAdds an item to this list
gun_list_removalRemoves an item from this list
item_equippedHandles an item being equipped, and its contents
item_storedWrapper for sorting a newly stored item
item_unequippedHandles the removal of an item
medical_list_addAdds an item to the relevant med lists
medical_list_removalRemoves an item from this list
melee_list_addAdds an item to this list
melee_list_removalRemoves an item from this list
sort_itemSorts an item into any relevant lists

Var Details

equipped_list

Items actually equipped to slots

owner

Mob this inventory is for

Proc Details

ammo_list_add

Adds an item to this list

ammo_list_removal

Removes an item from this list

clear_lists

clears or resets the inventory lists

engineering_list_add

Adds an item to this list

engineering_list_removal

Removes an item from this list

food_list_add

Adds an item to this list

food_list_removal

Removes an item from this list

get_right_list

Finds the right list for an item

get_stored

Recursive proc to retrieve all stored items inside something

grenade_list_add

Adds an item to this list

grenade_list_removal

Removes an item from this list

gun_list_add

Adds an item to this list

gun_list_removal

Removes an item from this list

item_equipped

Handles an item being equipped, and its contents

item_stored

Wrapper for sorting a newly stored item

item_unequipped

Handles the removal of an item

medical_list_add

Adds an item to the relevant med lists

medical_list_removal

Removes an item from this list

melee_list_add

Adds an item to this list

melee_list_removal

Removes an item from this list

sort_item

Sorts an item into any relevant lists