branchrust_reboot/main/analytics_event_record_overloadscancel

5 Commits over 0 Days - ∞cph!

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