Sandbox.ModAPI.Ingame.MyIGCMessage - bimbam2103/space_engineers GitHub Wiki

IndexNamespace Index

MyIGCMessage Struct

public struct MyIGCMessage

Provides info about received message along with received data

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

Fields

object Data

The data received in message.

long Source

Source/Author of this message.

string Tag

Tag designing type of this message.

Constructors

MyIGCMessage(object data, string tag, long source)

Methods

TData As<TData>()

⚠️ **GitHub.com Fallback** ⚠️