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.
The Needle Engine networking server supports the concept of ownership that can be requested. The
OwnershipEventenum contains possible outgoing (Request) and incoming (Response) events for communicating ownership.We recommend using the
OwnershipModelclass instead of dealing with those events directly tho.