Changes the player's prefix title.
Usage:
Throttled.
Command.Title.Prefix(title) |
Parameter | Type | Datatype | Description |
title | parameter | title, nil | The ID of the new title to set, or "nil" for no title. |
Changes the player's suffix title.
Usage:
Throttled.
Command.Title.Suffix(title) |
Parameter | Type | Datatype | Description |
title | parameter | title, nil | The ID of the new title to set, or "nil" for no title. |
Signals the addition of a new title.
Usage:
Event.Title.Add(titles) |
Parameter | Type | Datatype | Description |
titles | parameter | variant | A lookup table of newly available titles. |
Provides detailed information about a title category.
Usage:
detail = Inspect.Title.Category.Detail(titlecategory) |
details = Inspect.Title.Category.Detail(titlecategories) |
Parameter | Type | Datatype | Description |
titlecategories | parameter | table | A table of title categories to retrieve details for. |
titlecategory | parameter | titlecategory | The title category to retrieve detail for. |
detail | result | table | Detail table for a single title category. |
details | result | table | Detail tables for all requested title categories. |
- members
-
id |
The ID of the required element.
|
name |
The name of the title category.
|
Lists known title categories.
Usage:
titlecategories = Inspect.Title.Category.List() |
Parameter | Type | Datatype | Description |
titlecategories | result | table | A lookup table of known title categories. |
Provides detailed information about a title.
Usage:
detail = Inspect.Title.Detail(title) |
details = Inspect.Title.Detail(titles) |
Parameter | Type | Datatype | Description |
title | parameter | title | The title ID to retrieve detail for. |
titles | parameter | table | A table of title IDs to retrieve detail for. |
detail | result | table | Detail table for a single title. |
details | result | table | Detail tables for all requested titles. |
- members
-
gameFemale |
The title as seen ingame and applied to female characters.
|
gameMale |
The title as seen ingame and applied to male characters.
|
id |
The ID of the requested element.
|
nameFemale |
The title as seen in menus and applied to female characters.
|
nameMale |
The title as seen in menus and applied to male characters.
|
prefix |
Signals that the title is a prefix title.
|
Lists the player's currently available titles.
Usage:
titles = Inspect.Title.List() |
Parameter | Type | Datatype | Description |
titles | result | table | A lookup table of all available titles. |