branchrust_reboot/main/analytics_event_record_overloadscancel

5 Commits over 0 Days - ∞cph!

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