From 8898ad9b25fca6afe2374d293a981db02a83d7e9 Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Thu, 31 May 2012 14:46:27 +0000 Subject: Committing the documentation to svn to have it accessible online --- Doc/doxygen/html/class_net_self_destruct.html | 461 ++++++++++++++++++++++++++ 1 file changed, 461 insertions(+) create mode 100644 Doc/doxygen/html/class_net_self_destruct.html (limited to 'Doc/doxygen/html/class_net_self_destruct.html') diff --git a/Doc/doxygen/html/class_net_self_destruct.html b/Doc/doxygen/html/class_net_self_destruct.html new file mode 100644 index 0000000..81c7a19 --- /dev/null +++ b/Doc/doxygen/html/class_net_self_destruct.html @@ -0,0 +1,461 @@ + + + + + +Starshatter_Open: NetSelfDestruct Class Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
Starshatter_Open +
+
Open source Starshatter engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
NetSelfDestruct Class Reference
+
+
+ +

#include <NetData.h>

+
+Inheritance diagram for NetSelfDestruct:
+
+
+ + +NetData + +
+ +

List of all members.

+ + + +

+Public Types

enum  { TYPE = NET_SELF_DESTRUCT, +SIZE = 8 + }
+ + + + + + + + + + + + + +

+Public Member Functions

 NetSelfDestruct ()
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)
float GetDamage () const
void SetDamage (float d)
- Public Member Functions inherited from NetData
 NetData ()
virtual ~NetData ()
+ + +

+Static Public Member Functions

static const char * TYPENAME ()
+

Detailed Description

+
+

Definition at line 935 of file NetData.h.

+

Member Enumeration Documentation

+ +
+
+ + + + +
anonymous enum
+
+
Enumerator:
+ + +
TYPE  +
SIZE  +
+
+
+ +

Definition at line 942 of file NetData.h.

+ +
+
+

Constructor & Destructor Documentation

+ +
+
+ + + + + +
+ + + + + + + +
NetSelfDestruct::NetSelfDestruct ()
+
+inline
+
+ +

Definition at line 940 of file NetData.h.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + +
float NetSelfDestruct::GetDamage () const
+
+inline
+
+ +

Definition at line 952 of file NetData.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
virtual DWORD NetSelfDestruct::GetObjID () const
+
+inlinevirtual
+
+ +

Reimplemented from NetData.

+ +

Definition at line 949 of file NetData.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
virtual int NetSelfDestruct::Length () const
+
+inlinevirtual
+
+ +

Reimplemented from NetData.

+ +

Definition at line 947 of file NetData.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
BYTE * NetSelfDestruct::Pack ()
+
+virtual
+
+ +

Reimplemented from NetData.

+ +

Definition at line 1424 of file NetData.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void NetSelfDestruct::SetDamage (float d)
+
+inline
+
+ +

Definition at line 953 of file NetData.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
virtual void NetSelfDestruct::SetObjID (DWORD o)
+
+inlinevirtual
+
+ +

Reimplemented from NetData.

+ +

Definition at line 950 of file NetData.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
virtual int NetSelfDestruct::Type () const
+
+inlinevirtual
+
+ +

Reimplemented from NetData.

+ +

Definition at line 946 of file NetData.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
static const char* NetSelfDestruct::TYPENAME ()
+
+inlinestatic
+
+ +

Reimplemented from NetData.

+ +

Definition at line 938 of file NetData.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
bool NetSelfDestruct::Unpack (const BYTE * data)
+
+virtual
+
+ +

Reimplemented from NetData.

+ +

Definition at line 1441 of file NetData.cpp.

+ +
+
+
The documentation for this class was generated from the following files: +
+
+ + + + -- cgit v1.1