This class reflects which entities are relevant for this client at the given server frame. More...
#include "ClientWorld.hpp"
Public Attributes | |
bool | IsValid |
Is this a properly received and thus usable frame info at all? More... | |
unsigned long | ServerFrameNr |
The number of the server frame that this info is about. More... | |
ArrayT< unsigned long > | EntityIDsInPVS |
The IDs of the entities that are relevant for this client at the given server frame. More... | |
This class reflects which entities are relevant for this client at the given server frame.
ArrayT<unsigned long> FrameInfoT::EntityIDsInPVS |
The IDs of the entities that are relevant for this client at the given server frame.
bool FrameInfoT::IsValid |
Is this a properly received and thus usable frame info at all?
unsigned long FrameInfoT::ServerFrameNr |
The number of the server frame that this info is about.