code/__DEFINES/dcs/signals/signals_restaurant.dm
COMSIG_ITEM_IS_CORRECT_CUSTOM_ORDER | Restaurant (wanted_item) custom order signal sent when checking if the order is correct. |
---|---|
COMSIG_ITEM_SOLD_TO_CUSTOMER | (customer, container) venue signal sent when a venue sells an item. source is the thing sold, which can be a datum, so we send container for location checks |
Define Details
COMSIG_ITEM_IS_CORRECT_CUSTOM_ORDER
Restaurant (wanted_item) custom order signal sent when checking if the order is correct.
COMSIG_ITEM_SOLD_TO_CUSTOMER
(customer, container) venue signal sent when a venue sells an item. source is the thing sold, which can be a datum, so we send container for location checks