byond - Modules - TypesDefine Details

code/__DEFINES/dcs/signals/atom/signals_cell.dm

COMSIG_CELL_USE_CHARGE(charge_amount)
COMSIG_CELL_ADD_CHARGE(charge_amount)
COMSIG_CELL_TRY_RECHARGING(mob/living/user)
COMSIG_CELL_CHECK_CHARGE(charge_amount)
COMSIG_CELL_REMOVE_CELL(mob/living/user)

Define Details

COMSIG_CELL_ADD_CHARGE

(charge_amount)

COMSIG_CELL_CHECK_CHARGE

(charge_amount)

COMSIG_CELL_REMOVE_CELL

(mob/living/user)

COMSIG_CELL_TRY_RECHARGING

(mob/living/user)

COMSIG_CELL_USE_CHARGE

(charge_amount)