wiki.sine.space | sinespace

Scripting/SNetworkMessage

From wiki.sine.space
Revision as of 14:46, 17 January 2017 by Sinewave (Talk | contribs) (Created page with "The SNetworkMessage class contains a network message sent by another script ==Fields== {{ScriptFunction|string|Key|{ get; }|The key this message was sent with}} {{ScriptFunct...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The SNetworkMessage class contains a network message sent by another script

Fields

Key

string Key { get; }

The key this message was sent with

No example provided yet


Message

[[Scripting/IDictionary<object,object>|IDictionary<object,object>]] Message { get; }

The message body which was sent

No example provided yet