mre 
Vars | |
| dessert_food | Used when populating contents after doing get_menu_items(). |
|---|---|
| main_food | Used when populating contents after doing get_menu_items(). |
| menu_option | Determines what set of food items will spawn in the MRE. Also alters the name and description of the MRE. |
| opened | Has anyone looked inside the MRE yet? Setting to TRUE changes the sprite and allows items to be added to the container. |
| side_food | Used when populating contents after doing get_menu_items(). |
| snack_food | Used when populating contents after doing get_menu_items(). |
Procs | |
| get_menu_items | Selects one of several MRE menus based on the menu_option of the MRE. |
Var Details
dessert_food 
Used when populating contents after doing get_menu_items().
main_food 
Used when populating contents after doing get_menu_items().
menu_option 
Determines what set of food items will spawn in the MRE. Also alters the name and description of the MRE.
opened 
Has anyone looked inside the MRE yet? Setting to TRUE changes the sprite and allows items to be added to the container.
side_food 
Used when populating contents after doing get_menu_items().
snack_food 
Used when populating contents after doing get_menu_items().
Proc Details
get_menu_items
Selects one of several MRE menus based on the menu_option of the MRE.
Arguments:
- menu_item_list - Static list containing the food items associated with each MRE menu option.
- main_food - Takes first food item from the list for use in populate_contents().
- side_food - Takes second food item from the list for use in populate_contents().
- snack_food - Takes third food item from the list for use in populate_contents().
- dessert_food - Takes fourth food item from the list for use in populate_contents().