Table of Contents

Class ChatterArgs

Namespace
TrinketTinker.Models.AbilityArgs
Assembly
TrinketTinker.dll

Buff arguments

public sealed class ChatterArgs : IArgs
Inheritance
ChatterArgs
Implements
Inherited Members

Properties

ChatterPrefix

String chatter prefix used to filter

public string? ChatterPrefix { get; set; }

Property Value

string

Methods

Validate()

Checks if the given arguments are valid, potentially modify arguments to ensure they are valid

public bool Validate()

Returns

bool

true if valid