code/__DEFINES/dcs/signals/signals_bot.dm
COMSIG_MONEYBOT_ADD_MONEY | Called in /obj/structure/moneybot/add_money(). (to_add) |
---|---|
COMSIG_DISPENSERBOT_ADD_ITEM | Called in /obj/structure/dispenserbot/add_item(). (obj/item/to_add) |
COMSIG_DISPENSERBOT_REMOVE_ITEM | Called in /obj/structure/dispenserbot/remove_item(). (obj/item/to_remove) |
Define Details
COMSIG_DISPENSERBOT_ADD_ITEM
Called in /obj/structure/dispenserbot/add_item(). (obj/item/to_add)
COMSIG_DISPENSERBOT_REMOVE_ITEM
Called in /obj/structure/dispenserbot/remove_item(). (obj/item/to_remove)
COMSIG_MONEYBOT_ADD_MONEY
Called in /obj/structure/moneybot/add_money(). (to_add)