branchrust_reboot/main/analytics_event_record_overloadscancel
5 Commits over 0 Days - ∞cph!
Tests showed missing ushort overload
Expand tests to cover all overloads of EventRecord.AddField()
Add overloads without any key for CSV
Change existing overloads for BasePlayer, BaseEntity, etc to use the new 2 string key overloads instead of new EventRecordField(key1,key2)
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 )