/tg/ Station 13 - Modules - TypesVar Details

restaurant

Vars

all_customersAll customer data datums that exist, assoc list of type - reference
all_venuesAll venues that exist, assoc list of type - reference
food_appearance_cacheCaches appearances of food, assoc list where key is the type of food, and value is the appearance. Used so we don't have to keep creating new food. Gets filled whenever a new food that hasn't been ordered gets ordered for the first time.

Var Details

all_customers

All customer data datums that exist, assoc list of type - reference

all_venues

All venues that exist, assoc list of type - reference

food_appearance_cache

Caches appearances of food, assoc list where key is the type of food, and value is the appearance. Used so we don't have to keep creating new food. Gets filled whenever a new food that hasn't been ordered gets ordered for the first time.