Show / Hide Table of Contents

Enum AtmosDirection

The reason we use this over is that we are going to do some heavy bitflag usage.

Namespace: Content.Shared.Atmos
Assembly: Content.Shared.dll
Syntax
public enum AtmosDirection : int

Fields

Name Description
All
East
Invalid
North
NorthEast
NorthWest
South
SouthEast
SouthWest
West

Extension Methods

AtmosDirectionHelpers.GetOpposite()
AtmosDirectionHelpers.ToDirection()
AtmosDirectionHelpers.ToAngle()
AtmosDirectionHelpers.ToIndex()
AtmosDirectionHelpers.WithFlag(AtmosDirection)
AtmosDirectionHelpers.WithoutFlag(AtmosDirection)
AtmosDirectionHelpers.IsFlagSet(AtmosDirection)
AtmosDirectionHelpers.CardinalToIntVec()
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾