Property | Type | Description | |
---|---|---|---|
m_Stream | PacketWriter |
Method | Description | |
---|---|---|
Acquire ( |
||
Acquire ( ) : void | ||
Compile ( bool compress, int &length ) : byte[] | ||
EnsureCapacity ( int length ) : void | ||
OnSend ( ) : void | ||
Release ( ) : void | ||
Release ( OPLInfo &p ) : void | ||
Release ( ObjectPropertyList &p ) : void | ||
Release ( Packet &p ) : void | ||
Release ( RemoveItem &p ) : void | ||
Release ( RemoveMobile &p ) : void | ||
SetStatic ( Packet p ) : Packet | ||
SetStatic ( ) : void |
Method | Description | |
---|---|---|
Packet ( int packetID ) : System | ||
Packet ( int packetID, int length ) : System |
Method | Description | |
---|---|---|
Free ( ) : void | ||
InternalCompile ( bool compress ) : void |
public Compile ( bool compress, int &length ) : byte[] | ||
compress | bool | |
length | int | |
return | byte[] |
protected Packet ( int packetID, int length ) : System | ||
packetID | int | |
length | int | |
return | System |
public static Release ( ObjectPropertyList &p ) : void | ||
p | ObjectPropertyList | |
return | void |
public static Release ( RemoveItem &p ) : void | ||
p | RemoveItem | |
return | void |
public static Release ( RemoveMobile &p ) : void | ||
p | RemoveMobile | |
return | void |
public static SetStatic ( Packet p ) : Packet | ||
p | Packet | |
return | Packet |