OnObjectUpdated

Name

OnObjectUpdated - Raises when an object gets updated.

Synopsis

Namespace: LoadBalancer.Client.Game

protected CallResult OnObjectUpdated(ClientCallContext call, UpdateObjectParameters parameters)

Parameters

UpdateObjectParameters consists of the following parameters:

  • RoomId string - The unique identifier of the room.
  • ObjectId string - The unique identifier of the object to update.
  • ObjectProperties KeyValueCollection - A collection of key-value pairs containing the object properties.

Return Value

The CallResult which can be one of the following values:

NotHandled = 0, Completed = 1, Failed = 2, Reenqueued = 3,