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

#include <NetCommandMsg.h>

Inherits NetCommandMsg.

Public Member Functions

 NetDisconnectVoteCommandMsg ()
 
UnsignedByte getSlot ()
 
void setSlot (UnsignedByte slot)
 
UnsignedInt getVoteFrame ()
 
void setVoteFrame (UnsignedInt voteFrame)
 
- 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

UnsignedByte m_slot
 
UnsignedInt m_voteFrame
 
- 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 343 of file NetCommandMsg.h.

Constructor & Destructor Documentation

◆ NetDisconnectVoteCommandMsg()

NetDisconnectVoteCommandMsg::NetDisconnectVoteCommandMsg ( )

Constructor

Definition at line 763 of file NetCommandMsg.cpp.

Member Function Documentation

◆ getSlot()

UnsignedByte NetDisconnectVoteCommandMsg::getSlot ( )

Get the slot that is being voted for.

Definition at line 784 of file NetCommandMsg.cpp.

◆ getVoteFrame()

UnsignedInt NetDisconnectVoteCommandMsg::getVoteFrame ( )

Get the vote frame.

Definition at line 791 of file NetCommandMsg.cpp.

◆ setSlot()

void NetDisconnectVoteCommandMsg::setSlot ( UnsignedByte slot)

Set the slot that is being voted for.

Definition at line 777 of file NetCommandMsg.cpp.

◆ setVoteFrame()

void NetDisconnectVoteCommandMsg::setVoteFrame ( UnsignedInt voteFrame)

Set the vote frame.

Definition at line 798 of file NetCommandMsg.cpp.

Member Data Documentation

◆ m_slot

UnsignedByte NetDisconnectVoteCommandMsg::m_slot
protected

Definition at line 357 of file NetCommandMsg.h.

◆ m_voteFrame

UnsignedInt NetDisconnectVoteCommandMsg::m_voteFrame
protected

Definition at line 358 of file NetCommandMsg.h.


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