Sandbox.ModAPI.Ingame.MyIGCMessage - bimbam2103/space_engineers GitHub Wiki
← Index ← Namespace Index
public struct MyIGCMessage
Provides info about received message along with received data
Namespace: Sandbox.ModAPI.Ingame
Assembly: Sandbox.Common.dll
The data received in message.
Source/Author of this message.
Tag designing type of this message.
MyIGCMessage(object data, string tag, long source)