Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Sandbox.ModAPI.Ingame.TransmissionDistance

Morten Aune Lyrstad edited this page Apr 16, 2022 · 8 revisions

IndexNamespace Index

TransmissionDistance Enum

public enum TransmissionDistance

Specifies how far should be broadcasted message.

Namespace: Sandbox.ModAPI.Ingame
Assembly: Sandbox.Common.dll

Fields

Member Description
TransmissionDistance AntennaRelay All PBs connected over antenna relay
TransmissionDistance ConnectedConstructs All PBs on physically connected ships For more info on constructs see IsSameConstructAs(IMyTerminalBlock)
TransmissionDistance CurrentConstruct All PBs on single ship For more info on constructs see IsSameConstructAs(IMyTerminalBlock)
TransmissionDistance TransmissionDistanceMax Max Distance
Clone this wiki locally