MessageRelayFilter Class
Namespace: Riptide
Assembly: RiptideNetworking.dll
Provides functionality for enabling/disabling automatic message relaying by message type.
public class MessageRelayFilter
Inherited Members
Constructors
MessageRelayFilter(int) | Creates a filter of a given size. |
MessageRelayFilter(int, params ushort[]) | Creates a filter of a given size and enables relaying for the given message IDs. |
MessageRelayFilter(Type) | Creates a filter based on an enum of message IDs. |
MessageRelayFilter(Type, params Enum[]) | Creates a filter based on an enum of message IDs and enables relaying for the given message IDs. |
Methods
DisableRelay(Enum) | Disables auto relaying for the given message ID. |
DisableRelay(ushort) | Disables auto relaying for the given message ID. |
EnableRelay(Enum) | Enables auto relaying for the given message ID. |
EnableRelay(ushort) | Enables auto relaying for the given message ID. |