Open 3D Engine Multiplayer Gem API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
Multiplayer::NetworkInputHistory Class Referencefinal

A list of input commands, used for bookkeeping on the client. More...

#include <NetworkInputHistory.h>

Public Member Functions

AZStd::size_t Size () const
 
const NetworkInputoperator[] (AZStd::size_t index) const
 
NetworkInputoperator[] (AZStd::size_t index)
 
void PushBack (NetworkInput &networkInput)
 
void PopFront ()
 
const NetworkInputFront () const
 

Detailed Description

A list of input commands, used for bookkeeping on the client.


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