INetworkingRemoteEventsService
Networking Service
Interface
This interface allows sending and receiving custom network messages.
Supported event argument types: byte, bool, short, int, long, float, double, string, Vector2, Vector3, Quaternion, Color, Color32, Vector4, DateTime
Methods
RaiseEvent(IReadOnlyCollection<int>, byte, params object[]) | Raise a remote event to specific set of actors |
RaiseEventAll(byte, params object[]) | Raise a remote event to all actors connected to the current server.
Note that this will also raise the event on the current actor, which triggers the |
RaiseEventOthers(byte, params object[]) | Raise a remote event to all actors connected to the current server, except the current actor. |