Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

Sandbox.ModAPI.Ingame.MyIGCMessage

Malware edited this page Dec 13, 2025 · 18 revisions

DEPRECATION NOTICE

This API documentation is out of date and no longer maintained.

Please visit the new documentation at: https://malforge.github.io/spaceengineers/pbapi

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>()

Clone this wiki locally