wiki.sine.space | sinespace

Difference between revisions of "Scripting/SNetworkMessage"

From wiki.sine.space
Jump to: navigation, search
(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...")
 
Line 3: Line 3:
 
==Fields==
 
==Fields==
 
{{ScriptFunction|string|Key|{ get; }|The key this message was sent with}}
 
{{ScriptFunction|string|Key|{ get; }|The key this message was sent with}}
{{ScriptFunction|IDictionary<object,object>|Message|{ get; }|The message body which was sent}}
+
{{ScriptFunction|IDictionary(object,object)|Message|{ get; }|The message body which was sent}}
  
 
{{Scripting Navbox}}
 
{{Scripting Navbox}}

Revision as of 14:46, 17 January 2017

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

The message body which was sent

No example provided yet