Interface PlayerCharacterAbilityTreeRequestOptions

The options for a player character ability tree API request

interface PlayerCharacterAbilityTreeRequestOptions {
    character: string;
    player: string;
}

Implements

Properties

Properties

character: string

A UUID of a character of the player

player: string

The players UUID or name, case insensitive

Currently, the API is not able to handle Multiple Choice cases on this endpoint. Avoid using usernames.

Generated using TypeDoc