group2 0.1.0
CSE 125 Group 2
Loading...
Searching...
No Matches
InputRingBuffer::Entry Struct Reference

#include <InputRingBuffer.hpp>

Collaboration diagram for InputRingBuffer::Entry:
[legend]

Public Attributes

uint32_t tick = 0
 clientPredictTick when this input was stamped + sent.
InputSnapshot input {}
 The input as sampled (and as sent to the server).
bool valid = false
 False for default-constructed slots that never got pushed.

Member Data Documentation

◆ input

InputSnapshot InputRingBuffer::Entry::input {}

The input as sampled (and as sent to the server).

◆ tick

uint32_t InputRingBuffer::Entry::tick = 0

clientPredictTick when this input was stamped + sent.

◆ valid

bool InputRingBuffer::Entry::valid = false

False for default-constructed slots that never got pushed.


The documentation for this struct was generated from the following file: