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_sys_damage.html | 567 +++++++++++++++++++++++++++++ 1 file changed, 567 insertions(+) create mode 100644 Doc/doxygen/html/class_net_sys_damage.html (limited to 'Doc/doxygen/html/class_net_sys_damage.html') diff --git a/Doc/doxygen/html/class_net_sys_damage.html b/Doc/doxygen/html/class_net_sys_damage.html new file mode 100644 index 0000000..859bd7c --- /dev/null +++ b/Doc/doxygen/html/class_net_sys_damage.html @@ -0,0 +1,567 @@ + + + + + +Starshatter_Open: NetSysDamage Class Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
Starshatter_Open +
+
Open source Starshatter engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
NetSysDamage Class Reference
+
+
+ +

#include <NetData.h>

+
+Inheritance diagram for NetSysDamage:
+
+
+ + +NetData + +
+ +

List of all members.

+ + + +

+Public Types

enum  { TYPE = NET_SYS_DAMAGE, +SIZE = 12 + }
+ + + + + + + + + + + + + + + + + +

+Public Member Functions

 NetSysDamage ()
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)
int GetSystem () const
void SetSystem (int n)
BYTE GetDamageType () const
void SetDamageType (BYTE t)
double GetDamage () const
void SetDamage (double d)
- Public Member Functions inherited from NetData
 NetData ()
virtual ~NetData ()
+ + +

+Static Public Member Functions

static const char * TYPENAME ()
+

Detailed Description

+
+

Definition at line 481 of file NetData.h.

+

Member Enumeration Documentation

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

Definition at line 488 of file NetData.h.

+ +
+
+

Constructor & Destructor Documentation

+ +
+
+ + + + + +
+ + + + + + + +
NetSysDamage::NetSysDamage ()
+
+inline
+
+ +

Definition at line 486 of file NetData.h.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + +
double NetSysDamage::GetDamage () const
+
+inline
+
+ +

Definition at line 502 of file NetData.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
BYTE NetSysDamage::GetDamageType () const
+
+inline
+
+ +

Definition at line 500 of file NetData.h.

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

Reimplemented from NetData.

+ +

Definition at line 495 of file NetData.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
int NetSysDamage::GetSystem () const
+
+inline
+
+ +

Definition at line 498 of file NetData.h.

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

Reimplemented from NetData.

+ +

Definition at line 493 of file NetData.h.

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

Reimplemented from NetData.

+ +

Definition at line 493 of file NetData.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void NetSysDamage::SetDamage (double d)
+
+inline
+
+ +

Definition at line 503 of file NetData.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void NetSysDamage::SetDamageType (BYTE t)
+
+inline
+
+ +

Definition at line 501 of file NetData.h.

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

Reimplemented from NetData.

+ +

Definition at line 496 of file NetData.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void NetSysDamage::SetSystem (int n)
+
+inline
+
+ +

Definition at line 499 of file NetData.h.

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

Reimplemented from NetData.

+ +

Definition at line 492 of file NetData.h.

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

Reimplemented from NetData.

+ +

Definition at line 484 of file NetData.h.

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

Reimplemented from NetData.

+ +

Definition at line 513 of file NetData.cpp.

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