food_prefs_menu 
Procs | |
count_valid_prefs | Counts the number of valid food preferences in the provided preferences datum. |
---|---|
is_food_invalid | Checks the provided preferences datum to make sure the food pref values are valid. Does not check if the food preferences value is null. |
ui_interact | Food prefs menu datum. Global datum for performance and memory reasons. |
Proc Details
count_valid_prefs
Counts the number of valid food preferences in the provided preferences datum.
@param preferences The preferences datum to count the valid food preferences of. @return A list of counts for the valid food preferences.
is_food_invalid
Checks the provided preferences datum to make sure the food pref values are valid. Does not check if the food preferences value is null.
ui_interact
Food prefs menu datum. Global datum for performance and memory reasons.