Starshatter_Open
Open source Starshatter engine
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
NetWepTrigger Class Reference

#include <NetData.h>

Inheritance diagram for NetWepTrigger:
NetData

List of all members.

Public Types

enum  { TYPE = NET_WEP_TRIGGER, SIZE = 10 }

Public Member Functions

 NetWepTrigger ()
virtual BYTE * Pack ()
virtual bool Unpack (const BYTE *data)
virtual int Type () const
virtual int Length () const
virtual DWORD GetObjID () const
virtual void SetObjID (DWORD o)
DWORD GetTgtID () const
void SetTgtID (DWORD o)
int GetSubtarget () const
void SetSubtarget (int n)
int GetIndex () const
void SetIndex (int n)
int GetCount () const
void SetCount (int n)
bool GetDecoy () const
void SetDecoy (bool d)
bool GetProbe () const
void SetProbe (bool p)
- Public Member Functions inherited from NetData
 NetData ()
virtual ~NetData ()

Static Public Member Functions

static const char * TYPENAME ()

Detailed Description

Definition at line 558 of file NetData.h.


Member Enumeration Documentation

anonymous enum
Enumerator:
TYPE 
SIZE 

Definition at line 566 of file NetData.h.


Constructor & Destructor Documentation

NetWepTrigger::NetWepTrigger ( )
inline

Definition at line 563 of file NetData.h.


Member Function Documentation

int NetWepTrigger::GetCount ( ) const
inline

Definition at line 582 of file NetData.h.

bool NetWepTrigger::GetDecoy ( ) const
inline

Definition at line 584 of file NetData.h.

int NetWepTrigger::GetIndex ( ) const
inline

Definition at line 580 of file NetData.h.

virtual DWORD NetWepTrigger::GetObjID ( ) const
inlinevirtual

Reimplemented from NetData.

Definition at line 573 of file NetData.h.

bool NetWepTrigger::GetProbe ( ) const
inline

Definition at line 586 of file NetData.h.

int NetWepTrigger::GetSubtarget ( ) const
inline

Definition at line 578 of file NetData.h.

DWORD NetWepTrigger::GetTgtID ( ) const
inline

Definition at line 576 of file NetData.h.

virtual int NetWepTrigger::Length ( ) const
inlinevirtual

Reimplemented from NetData.

Definition at line 571 of file NetData.h.

BYTE * NetWepTrigger::Pack ( )
virtual

Reimplemented from NetData.

Definition at line 750 of file NetData.cpp.

void NetWepTrigger::SetCount ( int  n)
inline

Definition at line 583 of file NetData.h.

void NetWepTrigger::SetDecoy ( bool  d)
inline

Definition at line 585 of file NetData.h.

void NetWepTrigger::SetIndex ( int  n)
inline

Definition at line 581 of file NetData.h.

virtual void NetWepTrigger::SetObjID ( DWORD  o)
inlinevirtual

Reimplemented from NetData.

Definition at line 574 of file NetData.h.

void NetWepTrigger::SetProbe ( bool  p)
inline

Definition at line 587 of file NetData.h.

void NetWepTrigger::SetSubtarget ( int  n)
inline

Definition at line 579 of file NetData.h.

void NetWepTrigger::SetTgtID ( DWORD  o)
inline

Definition at line 577 of file NetData.h.

virtual int NetWepTrigger::Type ( ) const
inlinevirtual

Reimplemented from NetData.

Definition at line 570 of file NetData.h.

static const char* NetWepTrigger::TYPENAME ( )
inlinestatic

Reimplemented from NetData.

Definition at line 561 of file NetData.h.

bool NetWepTrigger::Unpack ( const BYTE *  data)
virtual

Reimplemented from NetData.

Definition at line 771 of file NetData.cpp.


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