networkTime

Property

Time in seconds that is synced with the server and all actors connected to the current server instance. The value is guaranteed to be the same across all actors and the server. Returns 0 if not connected.

Remarks

This is not a DateTime! Use this value with care:

  • It can start with any positive value
  • It will "wrap around" from 4294967.295 to 0

Returns double