userJake_Richcancel
branchrust_reboot/main/analytics_event_record_overloadscancel

5 Commits over 0 Days - ∞cph!

11 Months Ago
Tests showed missing ushort overload
11 Months Ago
Expand tests to cover all overloads of EventRecord.AddField()
11 Months Ago
Add overloads without any key for CSV
11 Months Ago
Change existing overloads for BasePlayer, BaseEntity, etc to use the new 2 string key overloads instead of new EventRecordField(key1,key2)
11 Months Ago
Add a bunch of overloads that take two keys and concat them later with zstring instead of having to manually add new EventRecordField( key1, key2 )