Struct ReverseNamingBroadcast
Broadcast for looking up an entity by name in the naming system. Contains the type, lowercase name, ID, and original name.
public struct ReverseNamingBroadcast : IBroadcast
- Implements
-
IBroadcast
- Inherited Members
Fields
ID
ID of the entity found by name.
public long ID
Field Value
Name
Original name of the entity.
public string Name
Field Value
NameLowerCase
Lowercase version of the name for case-insensitive lookup.
public string NameLowerCase
Field Value
Type
Type of the naming system (e.g., character, guild).
public NamingSystemType Type