Function computeRoundPuDelta
- computeRoundPuDelta(events): number
Parameters
- events: readonly (
| {
correct: boolean;
tutorial?: boolean;
type: "chest_open";
}
| {
correct: boolean;
tutorial?: boolean;
type: "sequence_step";
}
| {
correct: boolean;
round: number;
type: "price_guess";
}
| {
correct: boolean;
type: "signal_pick";
}
| {
band: "fast" | "ok" | "slow";
hits: number;
type: "delivery_finish";
}
| {
correct: boolean;
type: "door_pick";
}
| {
round: number;
success: boolean;
type: "talk_release";
})[]
Returns number