Enumeration OwnershipEvent

The Needle Engine networking server supports the concept of ownership that can be requested.
This enum contains possible outgoing (Request*) and incoming (Response*) events for communicating ownership.

Typically, using the OwnershipModel class instead of dealing with those events directly is preferred.

Enumeration Members

GainedOwnership
GainedOwnershipBroadcast
LostOwnership
LostOwnershipBroadcast
RemoveOwnership
RequestHasOwner
RequestIsOwner
RequestOwnership
ResponseHasOwner
ResponseIsOwner