Show / Hide Table of Contents

Struct AtmosObstructionEnumerator

Namespace: Content.Server.Atmos.EntitySystems
Assembly: Content.Server.dll
Syntax
public struct AtmosObstructionEnumerator

Constructors

| Improve this Doc View Source

AtmosObstructionEnumerator(AnchoredEntitiesEnumerator, EntityQuery<AirtightComponent>)

Declaration
public AtmosObstructionEnumerator(AnchoredEntitiesEnumerator enumerator, EntityQuery<AirtightComponent> query)
Parameters
Type Name Description
Robust.Shared.Map.Enumerators.AnchoredEntitiesEnumerator enumerator
EntityQuery<AirtightComponent> query

Methods

| Improve this Doc View Source

MoveNext(out AirtightComponent)

Declaration
public bool MoveNext(out AirtightComponent airtight)
Parameters
Type Name Description
AirtightComponent airtight
Returns
Type Description
System.Boolean
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾