Gameye / halflife-statistic

Statistics for halflife engine games (TF2, CS:GO)
Other
0 stars 0 forks source link

Add match start / stop statistic #11

Closed elmerbulthuis closed 6 years ago

elmerbulthuis commented 6 years ago

These belong to the StartStopState interface. This interface has a property start and stop that initiallly should be null. These number should be set to a number that represents the number of milliseconds since 1970 (how js stored dates internally) when the match is started or stopped.

TNGPS commented 6 years ago

I do not see a feature file for this interface. Is this on purpose ? Or do you want me to create one.

I think it would be good to add this also to the csgo stats

elmerbulthuis commented 6 years ago

@Smashmint can you extend the feature file with some more tests?

elmerbulthuis commented 6 years ago

@Smashmint after #30 is finished

Smashmint commented 6 years ago

closed by #30