code/__DEFINES/apc_defines.dm 
APC_ELECTRONICS_MISSING | There are no electronics in the APC. |
---|---|
APC_ELECTRONICS_INSTALLED | The electronics are installed but not secured. |
APC_ELECTRONICS_SECURED | The electronics are installed and secured. |
APC_COVER_CLOSED | The APCs cover is closed. |
APC_COVER_OPENED | The APCs cover is open. |
APC_COVER_REMOVED | The APCs cover is missing. |
APC_PIXEL_OFFSET | Pixel offset of the APC from the floor turf |
APC_NOT_CHARGING | The APC is not charging. |
APC_CHARGING | The APC is charging. |
APC_FULLY_CHARGED | The APC is fully charged. |
APC_CHANNEL_OFF | The APCs power channel is manually set off. |
APC_CHANNEL_AUTO_OFF | The APCs power channel is automatically off. |
APC_CHANNEL_ON | The APCs power channel is manually set on. |
APC_CHANNEL_AUTO_ON | The APCs power channel is automatically on. |
AUTOSET_FORCE_OFF | The APC turns automated and manual power channels off. |
AUTOSET_OFF | The APC turns automated power channels off. |
AUTOSET_ON | The APC turns automated power channels on. |
APC_NO_POWER | The APC either isn't attached to a powernet or there is no power on the external powernet. |
APC_LOW_POWER | The APCs external powernet does not have enough power to charge the APC. |
APC_HAS_POWER | The APCs external powernet has enough power to charge the APC. |
APC_RESET_EMP | The wire value used to reset the APCs wires after one's EMPed. |
UPSTATE_COVER_SHIFT | The bit shift for the APCs cover status. |
UPSTATE_OPENED1 | The bitflag representing the APCs cover being open for icon purposes. |
UPSTATE_OPENED2 | The bitflag representing the APCs cover being missing for icon purposes. |
UPSTATE_CELL_IN | The APC has a power cell. |
UPSTATE_BROKE | The APC is broken or damaged. |
UPSTATE_MAINT | The APC is undergoing maintenance. |
UPSTATE_WIREEXP | The APCs wires are exposed. |
UPOVERLAY_OPERATING | Bitflag indicating that the APCs operating status overlay should be shown. |
UPOVERLAY_LOCKED | Bitflag indicating that the APCs locked status overlay should be shown. |
UPOVERLAY_CHARGING_SHIFT | Bit shift for the charging status of the APC. |
UPOVERLAY_EQUIPMENT_SHIFT | Bit shift for the equipment status of the APC. |
UPOVERLAY_LIGHTING_SHIFT | Bit shift for the lighting channel status of the APC. |
UPOVERLAY_ENVIRON_SHIFT | Bit shift for the environment channel status of the APC. |
Define Details
APC_CHANNEL_AUTO_OFF 
The APCs power channel is automatically off.
APC_CHANNEL_AUTO_ON 
The APCs power channel is automatically on.
APC_CHANNEL_OFF 
The APCs power channel is manually set off.
APC_CHANNEL_ON 
The APCs power channel is manually set on.
APC_CHARGING 
The APC is charging.
APC_COVER_CLOSED 
The APCs cover is closed.
APC_COVER_OPENED 
The APCs cover is open.
APC_COVER_REMOVED 
The APCs cover is missing.
APC_ELECTRONICS_INSTALLED 
The electronics are installed but not secured.
APC_ELECTRONICS_MISSING 
There are no electronics in the APC.
APC_ELECTRONICS_SECURED 
The electronics are installed and secured.
APC_FULLY_CHARGED 
The APC is fully charged.
APC_HAS_POWER 
The APCs external powernet has enough power to charge the APC.
APC_LOW_POWER 
The APCs external powernet does not have enough power to charge the APC.
APC_NOT_CHARGING 
The APC is not charging.
APC_NO_POWER 
The APC either isn't attached to a powernet or there is no power on the external powernet.
APC_PIXEL_OFFSET 
Pixel offset of the APC from the floor turf
APC_RESET_EMP 
The wire value used to reset the APCs wires after one's EMPed.
AUTOSET_FORCE_OFF 
The APC turns automated and manual power channels off.
AUTOSET_OFF 
The APC turns automated power channels off.
AUTOSET_ON 
The APC turns automated power channels on.
UPOVERLAY_CHARGING_SHIFT 
Bit shift for the charging status of the APC.
UPOVERLAY_ENVIRON_SHIFT 
Bit shift for the environment channel status of the APC.
UPOVERLAY_EQUIPMENT_SHIFT 
Bit shift for the equipment status of the APC.
UPOVERLAY_LIGHTING_SHIFT 
Bit shift for the lighting channel status of the APC.
UPOVERLAY_LOCKED 
Bitflag indicating that the APCs locked status overlay should be shown.
UPOVERLAY_OPERATING 
Bitflag indicating that the APCs operating status overlay should be shown.
UPSTATE_BROKE 
The APC is broken or damaged.
UPSTATE_CELL_IN 
The APC has a power cell.
UPSTATE_COVER_SHIFT 
The bit shift for the APCs cover status.
UPSTATE_MAINT 
The APC is undergoing maintenance.
UPSTATE_OPENED1 
The bitflag representing the APCs cover being open for icon purposes.
UPSTATE_OPENED2 
The bitflag representing the APCs cover being missing for icon purposes.
UPSTATE_WIREEXP 
The APCs wires are exposed.