managed_inventory

Vars | |
equipped_list | Items actually equipped to slots |
---|---|
owner | Mob this inventory is for |
Procs | |
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 |
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