Skip to main content
Version: Normcore 2

IConfirmedProperty

IConfirmedProperty

Methods

Confirm

void Confirm(uint updateID, StreamContext& context)

Confirm an update as received by the server. This is _not_ an acknowledgement that the property value was accepted, only that the update is no longer inflight. If the property value was accepted, it is sent back to the local client in the preceding read.

  • updateID:The ID of the update to confirm.
  • context:The context of the current deserialization pass.
  • UnsubscribeCallback

    void UnsubscribeCallback()

    Reset the property to the confirmed value, clearing any inflight update.