Unit EOLib.Protocol

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

Overview

Classes, Interfaces, Objects and Records

Name Description
Record TAdminLevelHelper Helper for the TAdminLevel enum type.
Record TDirectionHelper Helper for the TDirection enum type.
Record TEmoteHelper Helper for the TEmote enum type.
Record TGenderHelper Helper for the TGender enum type.
Interface ICoords Map coordinates
Class TCoords Map coordinates

Types

TAdminLevel = (...);
TDirection = (...);
TEmote = (...);
TGender = (...);

Description

Types

TAdminLevel = (...);

The admin level of a player

Values
  • Player = 0
  • Spy = 1
  • LightGuide = 2
  • Guardian = 3
  • GameMaster = 4
  • HighGameMaster = 5
TDirection = (...);

The direction a player or NPC is facing

Values
  • Down = 0
  • Left = 1
  • Up = 2
  • Right = 3
TEmote = (...);

Emote that can be played over a player's head

Values
  • Happy = 1
  • Depressed = 2
  • Sad = 3
  • Angry = 4
  • Confused = 5
  • Surprised = 6
  • Hearts = 7
  • Moon = 8
  • Suicidal = 9
  • Embarrassed = 10
  • Drunk = 11
  • Trade = 12
  • LevelUp = 13
  • Playful = 14
TGender = (...);

The gender of a player

Values
  • Female = 0
  • Male = 1

Generated by PasDoc 0.16.0-snapshot.