A list of input commands, used for bookkeeping on the client. More...
#include <NetworkInputHistory.h>
Public Member Functions | |
| AZStd::size_t | Size () const |
| const NetworkInput & | operator[] (AZStd::size_t index) const |
| NetworkInput & | operator[] (AZStd::size_t index) |
| void | PushBack (NetworkInput &networkInput) |
| void | PopFront () |
| const NetworkInput & | Front () const |
A list of input commands, used for bookkeeping on the client.