Struct CharacterNameData
A character's ID paired with its display name.
public readonly struct CharacterNameData
- Inherited Members
Remarks
The result shape of a bulk name lookup. Deliberately carries nothing else: it exists to label rows in lists that are shown to other players, and anything more would make a display query into a way of reading character state.
Constructors
CharacterNameData(long, string)
public CharacterNameData(long characterID, string name)
Parameters
Fields
CharacterID
The character's ID.
public readonly long CharacterID
Field Value
Name
The character's display name.
public readonly string Name