Show / Hide Table of Contents

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 Source

Execute(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
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾