Hi got question to "void PluginBase.BroadcastEvent(byte code, Dictionary< byte, object >data)".
Cannot find in documentation what is default setting of this call compare to:" void IPluginHost.BroadcastEvent(byte target, int senderActor, byte targetGroup, byte evCode, Dictionary data, byte cacheOp, SendParameters sendParameters = null);"
Especially i'm interested in setting of reliable for it. Is it by default Unreliable?. is there a way to force it to be reliable? Or only way is use the version with sendParameters and set it there.
Cannot find in documentation what is default setting of this call compare to:" void IPluginHost.BroadcastEvent(byte target, int senderActor, byte targetGroup, byte evCode, Dictionary data, byte cacheOp, SendParameters sendParameters = null);"
Especially i'm interested in setting of reliable for it. Is it by default Unreliable?. is there a way to force it to be reliable? Or only way is use the version with sendParameters and set it there.