Options
All
  • Public
  • Public/Protected
  • All
Menu

An enum of all clocks that can be used by ReplicatedRegister.

Index

Enumeration Members

DEFAULT: 0

The default clock, uses the machines system time.

REVERSE: 1

A reverse clock, for achieving first - write - wins semantics.

CUSTOM: 2

A custom clock.

CUSTOM_AUTO_INCREMENT: 3

A custom clock that automatically increments if the current clock value is less than the existing clock value.

Generated using TypeDoc