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

#include <NetCommandMsg.h>

Inherits NetCommandMsg.

Public Member Functions

 NetFileAnnounceCommandMsg ()
 
AsciiString getRealFilename ()
 
void setRealFilename (AsciiString filename)
 
AsciiString getPortableFilename ()
 
void setPortableFilename (AsciiString filename)
 
UnsignedShort getFileID ()
 
void setFileID (UnsignedShort fileID)
 
UnsignedByte getPlayerMask (void)
 
void setPlayerMask (UnsignedByte playerMask)
 
- 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

AsciiString m_portableFilename
 
UnsignedShort m_fileID
 
UnsignedByte m_playerMask
 
- 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 441 of file NetCommandMsg.h.

Constructor & Destructor Documentation

◆ NetFileAnnounceCommandMsg()

NetFileAnnounceCommandMsg::NetFileAnnounceCommandMsg ( )

Definition at line 949 of file NetCommandMsg.cpp.

Member Function Documentation

◆ getFileID()

UnsignedShort NetFileAnnounceCommandMsg::getFileID ( )

Definition at line 969 of file NetCommandMsg.cpp.

◆ getPlayerMask()

UnsignedByte NetFileAnnounceCommandMsg::getPlayerMask ( void )

Definition at line 977 of file NetCommandMsg.cpp.

◆ getPortableFilename()

AsciiString NetFileAnnounceCommandMsg::getPortableFilename ( )
inline

Definition at line 451 of file NetCommandMsg.h.

◆ getRealFilename()

AsciiString NetFileAnnounceCommandMsg::getRealFilename ( )

Definition at line 959 of file NetCommandMsg.cpp.

◆ setFileID()

void NetFileAnnounceCommandMsg::setFileID ( UnsignedShort fileID)

Definition at line 973 of file NetCommandMsg.cpp.

◆ setPlayerMask()

void NetFileAnnounceCommandMsg::setPlayerMask ( UnsignedByte playerMask)

Definition at line 981 of file NetCommandMsg.cpp.

◆ setPortableFilename()

void NetFileAnnounceCommandMsg::setPortableFilename ( AsciiString filename)
inline

Definition at line 452 of file NetCommandMsg.h.

◆ setRealFilename()

void NetFileAnnounceCommandMsg::setRealFilename ( AsciiString filename)

Definition at line 964 of file NetCommandMsg.cpp.

Member Data Documentation

◆ m_fileID

UnsignedShort NetFileAnnounceCommandMsg::m_fileID
protected

Definition at line 462 of file NetCommandMsg.h.

◆ m_playerMask

UnsignedByte NetFileAnnounceCommandMsg::m_playerMask
protected

Definition at line 463 of file NetCommandMsg.h.

◆ m_portableFilename

AsciiString NetFileAnnounceCommandMsg::m_portableFilename
protected

Definition at line 461 of file NetCommandMsg.h.


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