Shiptest 13 - Modules - TypesDefine Details

code/__DEFINES/dcs/signals/signals_obj/signals_item/signals_food.dm

COMSIG_FOOD_EATENFrom datum/component/edible/proc/TakeBite: (mob/living/eater, mob/feeder, bitecount, bitesize)
COMSIG_FOOD_CONSUMEDFrom base of Component/edible/On_Consume: (mob/living/eater, mob/living/feeder)
COMSIG_ITEM_FRIEDAn item becomes fried - From /datum/element/fried_item/Attach: (fry_time)
COMSIG_ITEM_MICROWAVE_ACTcalled on item when microwaved (): (obj/machinery/microwave/M)
COMSIG_ITEM_MICROWAVE_COOKEDcalled on item when created through microwaving (): (obj/machinery/microwave/M, cooking_efficiency)
COMSIG_EDIBLE_ON_COMPOSTFrom /datum/component/edible/on_compost(source, /mob/living/user)

Define Details

COMSIG_EDIBLE_ON_COMPOST

From /datum/component/edible/on_compost(source, /mob/living/user)

COMSIG_FOOD_CONSUMED

From base of Component/edible/On_Consume: (mob/living/eater, mob/living/feeder)

COMSIG_FOOD_EATEN

From datum/component/edible/proc/TakeBite: (mob/living/eater, mob/feeder, bitecount, bitesize)

COMSIG_ITEM_FRIED

An item becomes fried - From /datum/element/fried_item/Attach: (fry_time)

COMSIG_ITEM_MICROWAVE_ACT

called on item when microwaved (): (obj/machinery/microwave/M)

COMSIG_ITEM_MICROWAVE_COOKED

called on item when created through microwaving (): (obj/machinery/microwave/M, cooking_efficiency)