modular_skyrat/modules/microfusion/code/_microfusion_defines.dm
SHOT_SUCCESS | Returned when the phase emtiter process is successful. |
---|---|
SHOT_FAILURE_NO_EMITTER | Returned when a gun is fired but there is no phase emitter. |
GUN_SLOT_BARREL | The gun barrel slot. |
GUN_SLOT_UNDERBARREL | The gun underbarrel slot. |
GUN_SLOT_RAIL | The gun rail slot. |
GUN_SLOT_UNIQUE | Unique slots, can hold as many as you want. |
GUN_SLOT_CAMO | Camo slot. Because why would you put four overlapping camos on your gun? |
Define Details
GUN_SLOT_BARREL
The gun barrel slot.
GUN_SLOT_CAMO
Camo slot. Because why would you put four overlapping camos on your gun?
GUN_SLOT_RAIL
The gun rail slot.
GUN_SLOT_UNDERBARREL
The gun underbarrel slot.
GUN_SLOT_UNIQUE
Unique slots, can hold as many as you want.
SHOT_FAILURE_NO_EMITTER
Returned when a gun is fired but there is no phase emitter.
SHOT_SUCCESS
Returned when the phase emtiter process is successful.