SetSendingEnable and SetReceivingEnabled what do they do

carmine
carmine ✭✭
Strangely if I try to search the forum for "SetSendingEnable" or "SetReceivingEnabled" the search on top ignores the words entirely.

The .pdf documentation doesn't really describe every function, how they work, or provide samples.

Can anyone shed some light on these?

Thanks!

-Carmine

Comments

  • You should take a look at the sourcecode. We don't generate a API reference yet, so comments are often in-code.
    Those two set which groups you send to or which you ignore when messages arrive sent in those groups. It's a client side implementation and grouping is not yet as powerful as Unity's group features.
  • Or look at the Unity documentation as they are 1 : 1 the same stuff.