|
group2 0.1.0
CSE 125 Group 2
|
#include <InputRingBuffer.hpp>
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. | |
| InputSnapshot InputRingBuffer::Entry::input {} |
The input as sampled (and as sent to the server).
| uint32_t InputRingBuffer::Entry::tick = 0 |
clientPredictTick when this input was stamped + sent.
| bool InputRingBuffer::Entry::valid = false |
False for default-constructed slots that never got pushed.