forces_doors_open
/datum/component/forces_doors_open
This component allows item to pry open doors.
Vars | |
can_force_open_while_powered | Whether the airlock can be forced open while powered. |
---|---|
can_force_open_while_unpowered | Whether the airlock can be forced open while unpowered. |
can_open_firedoors | Whether the firedoor can be opened. |
no_sound | Indicates whether no sound should be played when opening. |
open_sound | The sound played when the airlock is forced open. |
time_to_open | The time it takes to open the airlock when forced |
Procs | |
check_intent | check is user in harm intent |
open_powered_airlock | open airlock with delay |
open_unpowered_door | open door without checks |
try_to_force_open_airlock | try to force open airlock |
try_to_open_firedoor | try to open firedoor |
Var Details
can_force_open_while_powered
Whether the airlock can be forced open while powered.
can_force_open_while_unpowered
Whether the airlock can be forced open while unpowered.
can_open_firedoors
Whether the firedoor can be opened.
no_sound
Indicates whether no sound should be played when opening.
open_sound
The sound played when the airlock is forced open.
time_to_open
The time it takes to open the airlock when forced
Proc Details
check_intent
check is user in harm intent
open_powered_airlock
open airlock with delay
open_unpowered_door
open door without checks
try_to_force_open_airlock
try to force open airlock
try_to_open_firedoor
try to open firedoor