SNetworkMessageLua

Index

Properties Index

Properties

Key

string Key get

The Key this message was sent with.

function OnRecieveFunction(recievedMessage)
theKey = recievedMessage.Key
end
Space.Network.SubscribeToNetwork(OnRecieveFunction)

Message

Table Message get

The contents of this message.

function OnRecieveFunction(recievedMessage)
tableMessage = recievedMessage.Message
end
Space.Network.SubscribeToNetwork(OnRecieveFunction)

Last updated

Sinespace® is a registered trademark of Sine Wave Entertainment Ltd, All Rights Reserved.