Class AtmosphereSystem
This is our SSAir equivalent, if you need to interact with or query atmos in any way, go through this.
Inheritance
System.Object
AtmosphereSystem
Assembly: Content.Server.dll
Syntax
public sealed class AtmosphereSystem : SharedAtmosphereSystem
Fields
|
Improve this Doc
View Source
GasReagents
Declaration
public string? [] GasReagents
Field Value
Type |
Description |
System.Nullable<System.String>[] |
|
|
Improve this Doc
View Source
NoAir
True if one of the enabled blockers has NoAirWhenFullyAirBlocked. Note
that this does not actually check if all directions are blocked.
Declaration
Field Value
Type |
Description |
System.Boolean |
|
Properties
|
Improve this Doc
View Source
AtmosMaxProcessTime
Declaration
public float AtmosMaxProcessTime { get; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
AtmosTickRate
Declaration
public float AtmosTickRate { get; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
AtmosTime
Time between each atmos sub-update. If you are writing an atmos device, use AtmosDeviceUpdateEvent.dt
instead of this value, because atmos devices do not update each are sub-update and sometimes are skipped to
meet the tick deadline.
Declaration
public float AtmosTime { get; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
ExcitedGroups
Declaration
public bool ExcitedGroups { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ExcitedGroupsSpaceIsAllConsuming
Declaration
public bool ExcitedGroupsSpaceIsAllConsuming { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
GasReactions
List of gas reactions ordered by priority.
Declaration
public IEnumerable<GasReactionPrototype> GasReactions { get; }
Property Value
|
Improve this Doc
View Source
GasSpecificHeats
Cached array of gas specific heats.
Declaration
public float[] GasSpecificHeats { get; }
Property Value
Type |
Description |
System.Single[] |
|
|
Improve this Doc
View Source
GridImpulse
Declaration
public bool GridImpulse { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
HotspotSound
Declaration
public string? HotspotSound { get; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
MonstermosDepressurization
Declaration
public bool MonstermosDepressurization { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
MonstermosEqualization
Declaration
public bool MonstermosEqualization { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
MonstermosRipTiles
Declaration
public bool MonstermosRipTiles { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
SpaceWind
Declaration
public bool SpaceWind { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
SpaceWindMaxPushForce
Declaration
public float SpaceWindMaxPushForce { get; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
SpaceWindMaxVelocity
Declaration
public float SpaceWindMaxVelocity { get; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
SpaceWindPressureForceDivisorPush
Declaration
public float SpaceWindPressureForceDivisorPush { get; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
SpaceWindPressureForceDivisorThrow
Declaration
public float SpaceWindPressureForceDivisorThrow { get; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
SpaceWindSound
Declaration
public string? SpaceWindSound { get; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
SpacingEscapeRatio
Declaration
public float SpacingEscapeRatio { get; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
SpacingMaxWind
Declaration
public float SpacingMaxWind { get; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
SpacingMinGas
Declaration
public float SpacingMinGas { get; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Superconduction
Declaration
public bool Superconduction { get; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
|
Improve this Doc
View Source
AddAtmosDevice(EntityUid, AtmosDeviceComponent)
Declaration
public bool AddAtmosDevice(EntityUid gridUid, AtmosDeviceComponent device)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
AddHeat(GasMixture, Single)
Add 'dQ' Joules of energy into 'mixture'.
Declaration
public void AddHeat(GasMixture mixture, float dQ)
Parameters
Type |
Name |
Description |
GasMixture |
mixture |
|
System.Single |
dQ |
|
|
Improve this Doc
View Source
AddPipeNet(EntityUid, PipeNet)
Declaration
public void AddPipeNet(EntityUid gridUid, PipeNet pipeNet)
Parameters
Type |
Name |
Description |
EntityUid |
gridUid |
|
PipeNet |
pipeNet |
|
|
Improve this Doc
View Source
CompareExchange(GasMixture, GasMixture)
Compares two gas mixtures to see if they are within acceptable ranges for group processing to be enabled.
Declaration
public AtmosphereSystem.GasCompareResult CompareExchange(GasMixture sample, GasMixture otherSample)
Parameters
Returns
|
Improve this Doc
View Source
ConsiderSuperconductivity(GridAtmosphereComponent, TileAtmosphere)
Declaration
public bool ConsiderSuperconductivity(GridAtmosphereComponent gridAtmosphere, TileAtmosphere tile)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ConsiderSuperconductivity(GridAtmosphereComponent, TileAtmosphere, Boolean)
Declaration
public bool ConsiderSuperconductivity(GridAtmosphereComponent gridAtmosphere, TileAtmosphere tile, bool starting)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
DisconnectInternals(BreathToolComponent)
Declaration
public void DisconnectInternals(BreathToolComponent component)
Parameters
|
Improve this Doc
View Source
DivideInto(GasMixture, List<GasMixture>)
Divides a source gas mixture into several recipient mixtures, scaled by their relative volumes. Does not
modify the source gas mixture. Used for pipe network splitting. Note that the total destination volume
may be larger or smaller than the source mixture.
Declaration
public void DivideInto(GasMixture source, List<GasMixture> receivers)
Parameters
|
Improve this Doc
View Source
ExperiencePressureDifference(MovedByPressureComponent, Int32, Single, AtmosDirection, Single, EntityCoordinates, Angle, Nullable<TransformComponent>, PhysicsComponent)
Declaration
public void ExperiencePressureDifference(MovedByPressureComponent component, int cycle, float pressureDifference, AtmosDirection direction, float pressureResistanceProbDelta, EntityCoordinates throwTarget, Angle gridWorldRotation, TransformComponent? xform = null, PhysicsComponent physics = null)
Parameters
Type |
Name |
Description |
MovedByPressureComponent |
component |
|
System.Int32 |
cycle |
|
System.Single |
pressureDifference |
|
AtmosDirection |
direction |
|
System.Single |
pressureResistanceProbDelta |
|
Robust.Shared.Map.EntityCoordinates |
throwTarget |
|
Angle |
gridWorldRotation |
|
System.Nullable<TransformComponent> |
xform |
|
Robust.Shared.Physics.Components.PhysicsComponent |
physics |
|
|
Improve this Doc
View Source
FinishSuperconduction(GridAtmosphereComponent, TileAtmosphere)
Declaration
public void FinishSuperconduction(GridAtmosphereComponent gridAtmosphere, TileAtmosphere tile)
Parameters
|
Improve this Doc
View Source
FinishSuperconduction(GridAtmosphereComponent, TileAtmosphere, Single)
Declaration
public void FinishSuperconduction(GridAtmosphereComponent gridAtmosphere, TileAtmosphere tile, float temperature)
Parameters
|
Improve this Doc
View Source
FixTileVacuum(EntityUid, Vector2i)
Declaration
public void FixTileVacuum(EntityUid gridUid, Vector2i tile)
Parameters
Type |
Name |
Description |
EntityUid |
gridUid |
|
Vector2i |
tile |
|
|
Improve this Doc
View Source
GetAdjacentTileMixtures(EntityUid, Vector2i, Boolean, Boolean)
Declaration
public IEnumerable<GasMixture> GetAdjacentTileMixtures(EntityUid gridUid, Vector2i tile, bool includeBlocked = false, bool excite = false)
Parameters
Type |
Name |
Description |
EntityUid |
gridUid |
|
Vector2i |
tile |
|
System.Boolean |
includeBlocked |
|
System.Boolean |
excite |
|
Returns
|
Improve this Doc
View Source
GetAdjacentTiles(EntityUid, Vector2i)
Declaration
public IEnumerable<Vector2i> GetAdjacentTiles(EntityUid gridUid, Vector2i tile)
Parameters
Type |
Name |
Description |
EntityUid |
gridUid |
|
Vector2i |
tile |
|
Returns
Type |
Description |
IEnumerable<Vector2i> |
|
|
Improve this Doc
View Source
GetAllMixtures(EntityUid, Boolean)
Declaration
public IEnumerable<GasMixture> GetAllMixtures(EntityUid gridUid, bool excite = false)
Parameters
Type |
Name |
Description |
EntityUid |
gridUid |
|
System.Boolean |
excite |
|
Returns
|
Improve this Doc
View Source
GetContainingMixture(EntityUid, Boolean, Boolean, Nullable<TransformComponent>)
Declaration
public GasMixture GetContainingMixture(EntityUid uid, bool ignoreExposed = false, bool excite = false, TransformComponent? transform = null)
Parameters
Type |
Name |
Description |
EntityUid |
uid |
|
System.Boolean |
ignoreExposed |
|
System.Boolean |
excite |
|
System.Nullable<TransformComponent> |
transform |
|
Returns
|
Improve this Doc
View Source
GetHeatCapacity(GasMixture)
Calculates the heat capacity for a gas mixture.
Declaration
public float GetHeatCapacity(GasMixture mixture)
Parameters
Returns
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
GetHeatCapacityArchived(TileAtmosphere)
Calculates the heat capacity for a gas mixture, using the archived values.
Declaration
public float GetHeatCapacityArchived(TileAtmosphere tile)
Parameters
Returns
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
GetObstructingComponentsEnumerator(MapGridComponent, Vector2i)
Declaration
public AtmosObstructionEnumerator GetObstructingComponentsEnumerator(MapGridComponent mapGrid, Vector2i tile)
Parameters
Type |
Name |
Description |
Robust.Shared.Map.Components.MapGridComponent |
mapGrid |
The grid where to get the tile.
|
Vector2i |
tile |
The indices of the tile.
|
Returns
|
Improve this Doc
View Source
GetPrice(GasMixture)
Gets the particular price of an air mixture.
Declaration
public double GetPrice(GasMixture mixture)
Parameters
Returns
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
GetThermalEnergy(GasMixture)
Calculates the thermal energy for a gas mixture.
Declaration
public float GetThermalEnergy(GasMixture mixture)
Parameters
Returns
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
GetThermalEnergy(GasMixture, Single)
Calculates the thermal energy for a gas mixture, using a cached heat capacity value.
Declaration
public float GetThermalEnergy(GasMixture mixture, float cachedHeatCapacity)
Parameters
Type |
Name |
Description |
GasMixture |
mixture |
|
System.Single |
cachedHeatCapacity |
|
Returns
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
GetTileHeatCapacity(Nullable<EntityUid>, EntityUid, Vector2i)
Declaration
public float GetTileHeatCapacity(EntityUid? gridUid, EntityUid mapUid, Vector2i tile)
Parameters
Type |
Name |
Description |
System.Nullable<EntityUid> |
gridUid |
|
EntityUid |
mapUid |
|
Vector2i |
tile |
|
Returns
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
GetTileMixture(Nullable<EntityUid>, Nullable<EntityUid>, Vector2i, Boolean)
Declaration
public GasMixture GetTileMixture(EntityUid? gridUid, EntityUid? mapUid, Vector2i tile, bool excite = false)
Parameters
Type |
Name |
Description |
System.Nullable<EntityUid> |
gridUid |
|
System.Nullable<EntityUid> |
mapUid |
|
Vector2i |
tile |
|
System.Boolean |
excite |
|
Returns
|
Improve this Doc
View Source
GetTileMixtures(Nullable<EntityUid>, Nullable<EntityUid>, List<Vector2i>, Boolean)
Declaration
public GasMixture[] GetTileMixtures(EntityUid? gridUid, EntityUid? mapUid, List<Vector2i> tiles, bool excite = false)
Parameters
Type |
Name |
Description |
System.Nullable<EntityUid> |
gridUid |
|
System.Nullable<EntityUid> |
mapUid |
|
List<Vector2i> |
tiles |
|
System.Boolean |
excite |
|
Returns
|
Improve this Doc
View Source
HasAtmosphere(EntityUid)
Declaration
public bool HasAtmosphere(EntityUid gridUid)
Parameters
Type |
Name |
Description |
EntityUid |
gridUid |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
HotspotExpose(EntityUid, Vector2i, Single, Single, Nullable<EntityUid>, Boolean)
Declaration
public void HotspotExpose(EntityUid gridUid, Vector2i tile, float exposedTemperature, float exposedVolume, EntityUid? sparkSourceUid = null, bool soh = false)
Parameters
Type |
Name |
Description |
EntityUid |
gridUid |
|
Vector2i |
tile |
|
System.Single |
exposedTemperature |
|
System.Single |
exposedVolume |
|
System.Nullable<EntityUid> |
sparkSourceUid |
|
System.Boolean |
soh |
|
|
Improve this Doc
View Source
HotspotExtinguish(EntityUid, Vector2i)
Declaration
public void HotspotExtinguish(EntityUid gridUid, Vector2i tile)
Parameters
Type |
Name |
Description |
EntityUid |
gridUid |
|
Vector2i |
tile |
|
|
Improve this Doc
View Source
Initialize()
Declaration
public override void Initialize()
Overrides
|
Improve this Doc
View Source
InvalidateTile(EntityUid, Vector2i)
Declaration
public void InvalidateTile(EntityUid gridUid, Vector2i tile)
Parameters
Type |
Name |
Description |
EntityUid |
gridUid |
|
Vector2i |
tile |
|
|
Improve this Doc
View Source
InvalidateVisuals(EntityUid, Vector2i, GasTileOverlayComponent)
Declaration
public void InvalidateVisuals(EntityUid gridUid, Vector2i tile, GasTileOverlayComponent comp = null)
Parameters
|
Improve this Doc
View Source
IsHotspotActive(EntityUid, Vector2i)
Declaration
public bool IsHotspotActive(EntityUid gridUid, Vector2i tile)
Parameters
Type |
Name |
Description |
EntityUid |
gridUid |
|
Vector2i |
tile |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsMixtureProbablySafe(GasMixture)
Checks whether a gas mixture is probably safe.
This only checks temperature and pressure, not gas composition.
Declaration
public bool IsMixtureProbablySafe(GasMixture air)
Parameters
Type |
Name |
Description |
GasMixture |
air |
Mixture to be checked.
|
Returns
Type |
Description |
System.Boolean |
Whether the mixture is probably safe.
|
|
Improve this Doc
View Source
IsSimulatedGrid(EntityUid)
Declaration
public bool IsSimulatedGrid(EntityUid gridUid)
Parameters
Type |
Name |
Description |
EntityUid |
gridUid |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsTileAirBlocked(EntityUid, Vector2i, AtmosDirection, MapGridComponent)
Declaration
public bool IsTileAirBlocked(EntityUid gridUid, Vector2i tile, AtmosDirection directions = default(AtmosDirection), MapGridComponent mapGridComp = null)
Parameters
Type |
Name |
Description |
EntityUid |
gridUid |
|
Vector2i |
tile |
|
AtmosDirection |
directions |
|
Robust.Shared.Map.Components.MapGridComponent |
mapGridComp |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsTileMixtureProbablySafe(Nullable<EntityUid>, EntityUid, Vector2i)
Declaration
public bool IsTileMixtureProbablySafe(EntityUid? gridUid, EntityUid mapUid, Vector2i tile)
Parameters
Type |
Name |
Description |
System.Nullable<EntityUid> |
gridUid |
|
EntityUid |
mapUid |
|
Vector2i |
tile |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsTileSpace(Nullable<EntityUid>, Nullable<EntityUid>, Vector2i, MapGridComponent)
Declaration
public bool IsTileSpace(EntityUid? gridUid, EntityUid? mapUid, Vector2i tile, MapGridComponent mapGridComp = null)
Parameters
Type |
Name |
Description |
System.Nullable<EntityUid> |
gridUid |
|
System.Nullable<EntityUid> |
mapUid |
|
Vector2i |
tile |
|
Robust.Shared.Map.Components.MapGridComponent |
mapGridComp |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Merge(GasMixture, GasMixture)
Merges the gas mixture into the gas mixture.
The gas mixture is not modified by this method.
Declaration
public void Merge(GasMixture receiver, GasMixture giver)
Parameters
|
Improve this Doc
View Source
NeedsVacuumFixing(MapGridComponent, Vector2i)
Declaration
public bool NeedsVacuumFixing(MapGridComponent mapGrid, Vector2i indices)
Parameters
Type |
Name |
Description |
Robust.Shared.Map.Components.MapGridComponent |
mapGrid |
|
Vector2i |
indices |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
NeighborConductWithSource(GridAtmosphereComponent, TileAtmosphere, TileAtmosphere)
Declaration
public void NeighborConductWithSource(GridAtmosphereComponent gridAtmosphere, TileAtmosphere tile, TileAtmosphere other)
Parameters
|
Improve this Doc
View Source
PumpGasTo(GasMixture, GasMixture, Single)
Pump gas from this mixture to the output mixture.
Amount depends on target pressure.
Declaration
public bool PumpGasTo(GasMixture mixture, GasMixture output, float targetPressure)
Parameters
Type |
Name |
Description |
GasMixture |
mixture |
The mixture to pump the gas from
|
GasMixture |
output |
The mixture to pump the gas to
|
System.Single |
targetPressure |
The target pressure to reach
|
Returns
Type |
Description |
System.Boolean |
Whether we could pump air to the output or not
|
|
Improve this Doc
View Source
RadiateToSpace(TileAtmosphere)
Declaration
public void RadiateToSpace(TileAtmosphere tile)
Parameters
|
Improve this Doc
View Source
React(GasMixture, IGasMixtureHolder)
Performs reactions for a given gas mixture on an optional holder.
Declaration
public ReactionResult React(GasMixture mixture, IGasMixtureHolder holder)
Parameters
Returns
|
Improve this Doc
View Source
ReactTile(EntityUid, Vector2i)
Declaration
public ReactionResult ReactTile(EntityUid gridId, Vector2i tile)
Parameters
Type |
Name |
Description |
EntityUid |
gridId |
|
Vector2i |
tile |
|
Returns
|
Improve this Doc
View Source
RealAtmosTime()
Declaration
public float RealAtmosTime()
Returns
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
ReleaseGasTo(GasMixture, GasMixture, Single)
Releases gas from this mixture to the output mixture.
If the output mixture is null, then this is being released into space.
It can't transfer air to a mixture with higher pressure.
Declaration
public bool ReleaseGasTo(GasMixture mixture, GasMixture output, float targetPressure)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
RemoveAtmosDevice(EntityUid, AtmosDeviceComponent)
Declaration
public bool RemoveAtmosDevice(EntityUid gridUid, AtmosDeviceComponent device)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
RemovePipeNet(EntityUid, PipeNet)
Declaration
public void RemovePipeNet(EntityUid gridUid, PipeNet pipeNet)
Parameters
Type |
Name |
Description |
EntityUid |
gridUid |
|
PipeNet |
pipeNet |
|
|
Improve this Doc
View Source
ScrubInto(GasMixture, GasMixture, IReadOnlyCollection<Gas>)
Scrubs specified gases from a gas mixture into a gas mixture.
Declaration
public void ScrubInto(GasMixture mixture, GasMixture destination, IReadOnlyCollection<Gas> filterGases)
Parameters
|
Improve this Doc
View Source
SetMapAtmosphere(EntityUid, Boolean, GasMixture, MapAtmosphereComponent)
Declaration
public void SetMapAtmosphere(EntityUid uid, bool space, GasMixture mixture, MapAtmosphereComponent component = null)
Parameters
|
Improve this Doc
View Source
SetMapGasMixture(EntityUid, GasMixture, MapAtmosphereComponent)
Declaration
public void SetMapGasMixture(EntityUid uid, GasMixture mixture, MapAtmosphereComponent component = null)
Parameters
|
Improve this Doc
View Source
SetMapSpace(EntityUid, Boolean, MapAtmosphereComponent)
Declaration
public void SetMapSpace(EntityUid uid, bool space, MapAtmosphereComponent component = null)
Parameters
|
Improve this Doc
View Source
SetSimulatedGrid(EntityUid, Boolean)
Declaration
public bool SetSimulatedGrid(EntityUid gridUid, bool simulated)
Parameters
Type |
Name |
Description |
EntityUid |
gridUid |
|
System.Boolean |
simulated |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Share(TileAtmosphere, TileAtmosphere, Int32)
Shares gas between two tiles. Part of LINDA.
Declaration
public float Share(TileAtmosphere tileReceiver, TileAtmosphere tileSharer, int atmosAdjacentTurfs)
Parameters
Returns
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Shutdown()
Declaration
public override void Shutdown()
|
Improve this Doc
View Source
TemperatureShare(TileAtmosphere, TileAtmosphere, Single)
Shares temperature between two mixtures, taking a conduction coefficient into account.
Declaration
public float TemperatureShare(TileAtmosphere tileReceiver, TileAtmosphere tileSharer, float conductionCoefficient)
Parameters
Returns
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
TemperatureShare(TileAtmosphere, Single, Single, Single)
Shares temperature between a gas mixture and an abstract sharer, taking a conduction coefficient into account.
Declaration
public float TemperatureShare(TileAtmosphere tileReceiver, float conductionCoefficient, float sharerTemperature, float sharerHeatCapacity)
Parameters
Type |
Name |
Description |
TileAtmosphere |
tileReceiver |
|
System.Single |
conductionCoefficient |
|
System.Single |
sharerTemperature |
|
System.Single |
sharerHeatCapacity |
|
Returns
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Update(Single)
Declaration
public override void Update(float frameTime)
Parameters
Type |
Name |
Description |
System.Single |
frameTime |
|
|
Improve this Doc
View Source
UpdateAdjacent(EntityUid, Vector2i, MapGridComponent)
Declaration
public void UpdateAdjacent(EntityUid gridUid, Vector2i tile, MapGridComponent mapGridComp = null)
Parameters
Type |
Name |
Description |
EntityUid |
gridUid |
|
Vector2i |
tile |
|
Robust.Shared.Map.Components.MapGridComponent |
mapGridComp |
|