Skip to main content

IUnconfirmedProperty

IUnconfirmedProperty

A property that sends values on the unreliable channel.

Methods

SetRedundantWritesEnabled

void SetRedundantWritesEnabled(bool value)

Activate or deactivate redundant writes for this property. If activated, the property will resend its value up to two times.

Sometimes an unreliable packet being dropped can result in significant inconsistencies between clients, particularly when the property is only updated intermittently. Enabling this can help avoid consistency issues by increasing the likelihood that all clients receive the latest update.

  • value:True to enable redundant writes, false to disable.