Unit EOLib.Protocol.Net
Functions and Procedures
Constants
Variables
Description
Generated from the eo-protocol XML specification.
This file should not be modified. Changes will be lost when code is regenerated.
Uses
- EOLib.Data
- System.SysUtils
Overview
Classes, Interfaces, Objects and Records
Name | Description |
---|---|
Record TPacketFamilyHelper |
Helper for the TPacketFamily enum type. |
Record TPacketActionHelper |
Helper for the TPacketAction enum type. |
Record TQuestPageHelper |
Helper for the TQuestPage enum type. |
Record TPartyRequestTypeHelper |
Helper for the TPartyRequestType enum type. |
Interface IVersion |
Client version |
Class TVersion |
Client version |
Interface IWeight |
Current carry weight and maximum carry capacity of a player |
Class TWeight |
Current carry weight and maximum carry capacity of a player |
Interface IItem |
An item reference with a 4-byte amount |
Class TItem |
An item reference with a 4-byte amount |
Interface IThreeItem |
An item reference with a 3-byte amount. |
Class TThreeItem |
An item reference with a 3-byte amount. |
Interface ICharItem |
An item reference with a 1-byte amount. |
Class TCharItem |
An item reference with a 1-byte amount. |
Interface ISpell |
A spell known by the player |
Class TSpell |
A spell known by the player |
Types
TPacketFamily = (...); |
TPacketAction = (...); |
TQuestPage = (...); |
TPartyRequestType = (...); |
Description
Types
TPacketFamily = (...); |
The type of operation that a packet performs. Part of the unique packet ID. Values
|
TPacketAction = (...); |
The specific action that a packet performs. Part of the unique packet ID. Values
|
TQuestPage = (...); |
A page in the Quest menu Values
|
TPartyRequestType = (...); |
Whether a player is requesting to join a party, or inviting someone to join theirs Values
|
Generated by PasDoc 0.16.0-snapshot.