Enumeration OwnershipEvent

The Needle Engine networking server supports the concept of ownership that can be requested. The OwnershipEvent enum contains possible outgoing (Request) and incoming (Response) events for communicating ownership.
We recommend using the OwnershipModel class instead of dealing with those events directly tho.

Enumeration Members

GainedOwnership: "gained-ownership"
GainedOwnershipBroadcast: "gained-ownership-broadcast"
LostOwnership: "lost-ownership"
LostOwnershipBroadcast: "lost-ownership-broadcast"
RemoveOwnership: "remove-ownership"
RequestHasOwner: "request-has-owner"
RequestIsOwner: "request-is-owner"
RequestOwnership: "request-ownership"
ResponseHasOwner: "response-has-owner"
ResponseIsOwner: "response-is-owner"

Generated using TypeDoc