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.
Fields
Section titled “Fields”DemoEndTime
Section titled “DemoEndTime”A Unix epoch timestamp (seconds, UTC) per slot, recording when each demo ended. Unused slots are 0.
DemoStringIdHash
Section titled “DemoStringIdHash”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.