Interface IAirAlarmMode
This is an interface that air alarm modes use in order to execute the defined modes.
Namespace: Content.Server.Atmos.Monitor
Assembly: Content.Server.dll
Syntax
public interface IAirAlarmMode
Methods
| Improve this Doc View SourceExecute(EntityUid)
Executed the mode is set on an air alarm. This is to ensure that modes like Filter/Panic are immediately set.
Declaration
void Execute(EntityUid uid)
Parameters
Type | Name | Description |
---|---|---|
EntityUid | uid |