Table of Contents

Interface ICustomUITicketTracker

Namespace
Uncreated.Warfare.Layouts.Tickets
Assembly
Uncreated.Warfare.dll
public interface ICustomUITicketTracker : ITicketTracker
Inherited Members

Properties

PlayerSpecific

If GetTicketText(LanguageSet, out bool) will be called for each player instead of for each team.

bool PlayerSpecific { get; }

Property Value

bool

Methods

GetTicketText(LanguageSet, out bool)

Gets custom information for the ticket part of the flag UI.

(string Tickets, FactionInfo? FlagFaction) GetTicketText(LanguageSet set, out bool fallback)

Parameters

set LanguageSet
fallback bool

Whether or not to fallback to the default text.

Returns

(string Tickets, FactionInfo FlagFaction)