ReleaseOwnership
Method
If the local actor is currently the owner of the object, this will release the ownership of the object
and set the owner to 0. This will not destroy the object, but it will make it available for other actors
to take ownership of.
If succeeded the AllowOwnershipTransfer
flag will be enabled if it wasn't,
to allow other actors to take ownership of it.
Parameters
Parameter | Description |
---|---|
int objectID | The space object to release ownership of |