userJake_Richcancel
branchrust_reboot/main/analytics_event_record_overloadscancel

5 Commits over 0 Days - ∞cph!

3 Months Ago
Tests showed missing ushort overload
3 Months Ago
Expand tests to cover all overloads of EventRecord.AddField()
3 Months Ago
Add overloads without any key for CSV
3 Months Ago
Change existing overloads for BasePlayer, BaseEntity, etc to use the new 2 string key overloads instead of new EventRecordField(key1,key2)
3 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 )