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_ship_launch.html | 514 ++++++++++++++++++++++++++++ 1 file changed, 514 insertions(+) create mode 100644 Doc/doxygen/html/class_net_ship_launch.html (limited to 'Doc/doxygen/html/class_net_ship_launch.html') diff --git a/Doc/doxygen/html/class_net_ship_launch.html b/Doc/doxygen/html/class_net_ship_launch.html new file mode 100644 index 0000000..8d3072b --- /dev/null +++ b/Doc/doxygen/html/class_net_ship_launch.html @@ -0,0 +1,514 @@ + + + + + +Starshatter_Open: NetShipLaunch Class Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
Starshatter_Open +
+
Open source Starshatter engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
NetShipLaunch Class Reference
+
+
+ +

#include <NetData.h>

+
+Inheritance diagram for NetShipLaunch:
+
+
+ + +NetData + +
+ +

List of all members.

+ + + +

+Public Types

enum  { TYPE = NET_SHIP_LAUNCH, +SIZE = 16 + }
+ + + + + + + + + + + + + + + +

+Public Member Functions

 NetShipLaunch ()
virtual BYTE * Pack ()
virtual bool Unpack (const BYTE *data)
virtual int Type () const
virtual int Length () const
virtual DWORD GetObjID () const
virtual int GetSquadron () const
virtual int GetSlot () const
virtual void SetObjID (DWORD o)
virtual void SetSquadron (int s)
virtual void SetSlot (int s)
- Public Member Functions inherited from NetData
 NetData ()
virtual ~NetData ()
+ + +

+Static Public Member Functions

static const char * TYPENAME ()
+

Detailed Description

+
+

Definition at line 829 of file NetData.h.

+

Member Enumeration Documentation

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

Definition at line 836 of file NetData.h.

+ +
+
+

Constructor & Destructor Documentation

+ +
+
+ + + + + +
+ + + + + + + +
NetShipLaunch::NetShipLaunch ()
+
+inline
+
+ +

Definition at line 834 of file NetData.h.

+ +
+
+

Member Function Documentation

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

Reimplemented from NetData.

+ +

Definition at line 843 of file NetData.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
virtual int NetShipLaunch::GetSlot () const
+
+inlinevirtual
+
+ +

Definition at line 845 of file NetData.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
virtual int NetShipLaunch::GetSquadron () const
+
+inlinevirtual
+
+ +

Definition at line 844 of file NetData.h.

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

Reimplemented from NetData.

+ +

Definition at line 841 of file NetData.h.

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

Reimplemented from NetData.

+ +

Definition at line 1187 of file NetData.cpp.

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

Reimplemented from NetData.

+ +

Definition at line 847 of file NetData.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
virtual void NetShipLaunch::SetSlot (int s)
+
+inlinevirtual
+
+ +

Definition at line 849 of file NetData.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
virtual void NetShipLaunch::SetSquadron (int s)
+
+inlinevirtual
+
+ +

Definition at line 848 of file NetData.h.

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

Reimplemented from NetData.

+ +

Definition at line 840 of file NetData.h.

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

Reimplemented from NetData.

+ +

Definition at line 832 of file NetData.h.

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

Reimplemented from NetData.

+ +

Definition at line 1203 of file NetData.cpp.

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