Skip to content

Demo.DemoEndTimeAry

A 20-slot log of watched demos (scripted cut-scenes / event sequences, defined in RSDB/DemoParam). DemoStringIdHash records which demo played and DemoEndTime when it ended.

type UInt64Array hash 0x6a995ac5 Documented

A Unix epoch timestamp (seconds, UTC) per slot, recording when each demo ended. Unused slots are 0.

type UIntArray hash 0x45ac1b7c Documented

The “which demo” column of the 20-slot Demo.DemoEndTimeAry log: each used slot holds the murmur3_x86_32 hash of a RSDB/DemoParam row’s base name (e.g. DemoPR000002, DemoChatCoupleGood, DemoDM104017), the same hash the game uses as a DemoParamId cross-reference. Slots fill oldest→newest alongside the sibling DemoEndTime timestamps. Unused slots are 0.