NetworkEventsDatabase Members
The NetworkEventsDatabase type exposes the following members.
Methods
Name | Description | |
---|---|---|
EventExists(String) |
Checks if an event with the specified name exists.
|
|
EventExists(Int32) |
Checks if an event with the specified code exists.
|
|
GetEvent |
Retrieves a NetworkEventEntry by its name.
|
|
GetEventCode |
Retrieves the code of an event by its name.
|
|
GetEventName |
Retrieves the name of an event by its code.
|
|
GetEvents |
Retrieves an array of all registered network events.
|
|
GetRegisteredEventsName |
Retrieves the names of all registered events, optionally excluding specified events.
|
|
RegisterEvent |
Registers a new event with the given name.
|
|
UnregisterEvent(String) |
Unregisters an event by its name.
|
|
UnregisterEvent(NetworkEventEntry) |
Unregisters a specific NetworkEventEntry.
|