Interface ICharacterCreateClientPacket

Unit

Declaration

type ICharacterCreateClientPacket = interface(IPacket)

Description

Confirm creating a character

Hierarchy

Overview

Methods

Public function GetByteSize: Cardinal;
Public function GetSessionId: Cardinal;
Public procedure SetSessionId(SessionId: Cardinal);
Public function GetGender: TGender;
Public procedure SetGender(Gender: TGender);
Public function GetHairStyle: Cardinal;
Public procedure SetHairStyle(HairStyle: Cardinal);
Public function GetHairColor: Cardinal;
Public procedure SetHairColor(HairColor: Cardinal);
Public function GetSkin: Cardinal;
Public procedure SetSkin(Skin: Cardinal);
Public function GetName: string;
Public procedure SetName(Name: string);
Public function Family: TPacketFamily;
Public function Action: TPacketAction;
Public procedure Serialize(Writer: TEoWriter);

Properties

Public property ByteSize: Cardinal read GetByteSize;
Public property SessionId: Cardinal read GetSessionId write SetSessionId;
Public property Gender: TGender read GetGender write SetGender;
Public property HairStyle: Cardinal read GetHairStyle write SetHairStyle;
Public property HairColor: Cardinal read GetHairColor write SetHairColor;
Public property Skin: Cardinal read GetSkin write SetSkin;
Public property Name: string read GetName write SetName;

Description

Methods

Public function GetByteSize: Cardinal;

This item has no description.

Attributes
GUID['{54077F58-E20F-545B-8CA7-7F63495DDC92}']
Public function GetSessionId: Cardinal;

This item has no description.

Public procedure SetSessionId(SessionId: Cardinal);

This item has no description.

Public function GetGender: TGender;

This item has no description.

Public procedure SetGender(Gender: TGender);

This item has no description.

Public function GetHairStyle: Cardinal;

This item has no description.

Public procedure SetHairStyle(HairStyle: Cardinal);

This item has no description.

Public function GetHairColor: Cardinal;

This item has no description.

Public procedure SetHairColor(HairColor: Cardinal);

This item has no description.

Public function GetSkin: Cardinal;

This item has no description.

Public procedure SetSkin(Skin: Cardinal);

This item has no description.

Public function GetName: string;

This item has no description.

Public procedure SetName(Name: string);

This item has no description.

Public function Family: TPacketFamily;

Returns the packet family associated with this packet.

Returns

The packet family associated with this packet

Public function Action: TPacketAction;

Returns the packet action associated with this packet.

Returns

The packet action associated with this packet

Public procedure Serialize(Writer: TEoWriter);

Serializes this ICharacterCreateClientPacket object to the provided TEoWriter.

Parameters
Writer
The writer that this object will be serialized to

Properties

Public property ByteSize: Cardinal read GetByteSize;

The size of the data that this object was deserialized from.

Note
0 if the instance was not created by the Deserialize method.

Public property SessionId: Cardinal read GetSessionId write SetSessionId;

Note
Value range is 0-64008

Public property Gender: TGender read GetGender write SetGender;

This item has no description.

Public property HairStyle: Cardinal read GetHairStyle write SetHairStyle;

Note
Value range is 0-64008

Public property HairColor: Cardinal read GetHairColor write SetHairColor;

Note
Value range is 0-64008

Public property Skin: Cardinal read GetSkin write SetSkin;

Note
Value range is 0-64008

Public property Name: string read GetName write SetName;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.