| Home | Trees | Index | Help |
|---|
| Package tp :: Package netlib :: Package objects :: Package ObjectExtra :: Module Fleet :: Class Fleet |
|
object--+ |Header--+ |Processed--+ |Describable--+ |Object--+ | Fleet
A fleet is a collection of ships. Many different ships can make up a fleet. A fleet has an owner, Int32 Player ID.
| Method Summary | |
|---|---|
__init__(self,
sequence,
id,
type,
name,
size,
posx,
posy,
posz,
velx,
vely,
velz,
contains,
order_types,
order_number,
modify_time,
owner,
ships,
damage)
| |
Produce a string suitable to be send over the wire. | |
| Inherited from Object | |
Return a reconisable string. | |
| Inherited from Describable | |
| |
| Inherited from Header | |
| |
Processes the data of the packet. | |
Look at the packet type and morph this object into the correct type. (Class method) | |
| Inherited from object | |
x.__delattr__('name') <==> del x.name... | |
x.__getattribute__('name') <==> x.name... | |
x.__hash__() <==> hash(x)... | |
T.__new__(S, ...) -> a new object with type S, a subtype of T... | |
helper for pickle... | |
helper for pickle... | |
x.__setattr__('name', value) <==> x.name = value... | |
| Class Variable Summary | |
|---|---|
str |
substruct = 'j[II]I'
|
int |
subtype = 4 |
| Inherited from Object | |
int |
no = 7 |
str |
struct = 'IIS Q 3q 3q [I] [I] I T 8x'
|
| Inherited from Header | |
dict |
mapping = {0: <class 'objects.OK.OK'>, 1: <class 'object...
|
int |
size = 16 |
| Instance Method Details |
|---|
__str__(self)
|
| Class Variable Details |
|---|
substruct
|
subtype
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Fri Jan 1 08:00:26 2010 | http://epydoc.sf.net |