Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
NetFileProgressCommandMsg Class Reference

#include <NetCommandMsg.h>

Inherits NetCommandMsg.

Public Member Functions

 NetFileProgressCommandMsg ()
 
UnsignedShort getFileID ()
 
void setFileID (UnsignedShort val)
 
Int getProgress ()
 
void setProgress (Int val)
 
- Public Member Functions inherited from NetCommandMsg
 NetCommandMsg ()
 
UnsignedInt GetTimestamp ()
 
void SetTimestamp (UnsignedInt timestamp)
 
void setExecutionFrame (UnsignedInt frame)
 
void setPlayerID (UnsignedInt playerID)
 
void setID (UnsignedShort id)
 
UnsignedInt getExecutionFrame ()
 
UnsignedInt getPlayerID ()
 
UnsignedShort getID ()
 
void setNetCommandType (NetCommandType type)
 
NetCommandType getNetCommandType ()
 
virtual Int getSortNumber ()
 
void attach ()
 
void detach ()
 
virtual AsciiString getContentsAsAsciiString (void)
 
- Public Member Functions inherited from MemoryPoolObject
void deleteInstance ()
 

Protected Attributes

UnsignedShort m_fileID
 
Int m_progress
 
- Protected Attributes inherited from NetCommandMsg
UnsignedInt m_timestamp
 
UnsignedInt m_executionFrame
 
UnsignedInt m_playerID
 
UnsignedShort m_id
 
NetCommandType m_commandType
 
Int m_referenceCount
 

Additional Inherited Members

- Protected Member Functions inherited from MemoryPoolObject
virtual ~MemoryPoolObject ()
 
void * operator new (size_t s)
 
void operator delete (void *p)
 
virtual MemoryPoolgetObjectMemoryPool ()=0
 

Detailed Description

Definition at line 467 of file NetCommandMsg.h.

Constructor & Destructor Documentation

◆ NetFileProgressCommandMsg()

NetFileProgressCommandMsg::NetFileProgressCommandMsg ( )

Definition at line 989 of file NetCommandMsg.cpp.

Member Function Documentation

◆ getFileID()

UnsignedShort NetFileProgressCommandMsg::getFileID ( )

Definition at line 998 of file NetCommandMsg.cpp.

◆ getProgress()

Int NetFileProgressCommandMsg::getProgress ( )

Definition at line 1006 of file NetCommandMsg.cpp.

◆ setFileID()

void NetFileProgressCommandMsg::setFileID ( UnsignedShort val)

Definition at line 1002 of file NetCommandMsg.cpp.

◆ setProgress()

void NetFileProgressCommandMsg::setProgress ( Int val)

Definition at line 1010 of file NetCommandMsg.cpp.

Member Data Documentation

◆ m_fileID

UnsignedShort NetFileProgressCommandMsg::m_fileID
protected

Definition at line 481 of file NetCommandMsg.h.

◆ m_progress

Int NetFileProgressCommandMsg::m_progress
protected

Definition at line 482 of file NetCommandMsg.h.


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