entities/Census
Classes
Section titled “Classes”Census
Section titled “Census”Defined in: entities/Census.ts:12
Core guild-member character record (maps to public.census).
Every registered character — main, alt, or bot — gets a row here.
Status distinguishes active members from dropped ones;
the ActiveToons view filters to non-dropped records.
Extended by
Section titled “Extended by”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new Census():
Census
Returns
Section titled “Returns”Properties
Section titled “Properties”CharacterClass
Section titled “CharacterClass”CharacterClass:
string
Defined in: entities/Census.ts:26
EverQuest class name, e.g. "Cleric", "Wizard".
DiscordId
Section titled “DiscordId”DiscordId:
string
Defined in: entities/Census.ts:18
Discord snowflake ID of the player who owns this character.
Id:
number
Defined in: entities/Census.ts:14
Level:
number
Defined in: entities/Census.ts:30
Current character level (1–60).
Name:
string
Defined in: entities/Census.ts:22
In-game character name (unique within active records).
Status
Section titled “Status”Status:
string
Defined in: entities/Census.ts:34
Membership status — "Main", "Alt", "Bot", "Dropped", or "Probationary".
Time:
Date
Defined in: entities/Census.ts:38
Timestamp when this record was created or last updated.