Show / Hide Table of Contents

Interface IAirAlarmModeUpdate

An interface that AirAlarmSystem uses in order to update air alarm modes that need updating (e.g., Replace)

Namespace: Content.Server.Atmos.Monitor
Assembly: Content.Server.dll
Syntax
public interface IAirAlarmModeUpdate

Properties

| Improve this Doc View Source

NetOwner

This is checked by AirAlarmSystem when a mode is updated. This should be set to a DeviceNetwork address, or some unique identifier that ID's the owner of the mode's executor.

Declaration
string NetOwner { get; set; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

Update(EntityUid)

This is executed every time the air alarm update loop is fully executed. This should be where all the logic goes.

Declaration
void Update(EntityUid uid)
Parameters
Type Name Description
EntityUid uid
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾