Interface ICustomUITicketTracker
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
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
setLanguageSetfallbackboolWhether or not to fallback to the default text.