DDraceNetwork Documentation
Loading...
Searching...
No Matches
CGameWorld::CPredictedEvent Class Reference

#include <gameworld.h>

Collaboration diagram for CGameWorld::CPredictedEvent:
[legend]

Public Member Functions

 CPredictedEvent (int EventId, vec2 Pos, int Id, int Tick, int ExtraInfo=-1)

Public Attributes

int m_EventId
vec2 m_Pos
int m_Id
int m_Tick
int m_ExtraInfo
bool m_Handled = false

Constructor & Destructor Documentation

◆ CPredictedEvent()

CGameWorld::CPredictedEvent::CPredictedEvent ( int EventId,
vec2 Pos,
int Id,
int Tick,
int ExtraInfo = -1 )
inline

Member Data Documentation

◆ m_EventId

int CGameWorld::CPredictedEvent::m_EventId

◆ m_ExtraInfo

int CGameWorld::CPredictedEvent::m_ExtraInfo

◆ m_Handled

bool CGameWorld::CPredictedEvent::m_Handled = false

◆ m_Id

int CGameWorld::CPredictedEvent::m_Id

◆ m_Pos

vec2 CGameWorld::CPredictedEvent::m_Pos

◆ m_Tick

int CGameWorld::CPredictedEvent::m_Tick

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