jrTimestamp

fun jrTimestamp(senderClockTimestamp16: Int): Int
fun jrTimestamp(senderClockTimestampSeconds: Double): Int


fun jrTimestamp(group: Int, senderClockTimestamp16: Int): Int

Deprecated

group has vanished in UMP June 2023 updates

Replace with

jrTimestamp(senderClockTimestamp16)

fun jrTimestamp(group: Int, senderClockTimestampSeconds: Double): Int

Deprecated

group has vanished in UMP June 2023 updates

Replace with

jrTimestamp(senderClockTimestampSeconds)