Table of Contents

Class HarvestArgs

Namespace
TrinketTinker.Models.AbilityArgs
Assembly
TrinketTinker.dll

Args for harvest abilities

public class HarvestArgs : TileArgs, IArgs
Inheritance
HarvestArgs
Implements
Inherited Members

Properties

Filters

Context tags to exclude from harvest

public List<string>? Filters { get; set; }

Property Value

List<string>

HarvestTo

Where to deposit the harvested item

public HarvestDestination HarvestTo { get; set; }

Property Value

HarvestDestination

ShowHarvestedItem

Show the item that was harvested as a temporary animated sprite above the companion or the player Only applies when HarvestTo is Player or TinkerInventory

public bool ShowHarvestedItem { get; set; }

Property Value

bool