UpdatedBullets

data class UpdatedBullets(val helpfulBullets: List<String>, val harmfulBullets: List<String>, val neutralBullets: List<String>, val notFoundBullets: List<String>, val unknownBulletTags: List<ACEOptimizer.BulletTag>)

Outcome of an updateCounters call, partitioning the processed bullet tags by how they were handled.

Constructors

Link copied to clipboard
constructor(helpfulBullets: List<String>, harmfulBullets: List<String>, neutralBullets: List<String>, notFoundBullets: List<String>, unknownBulletTags: List<ACEOptimizer.BulletTag>)

Properties

Link copied to clipboard

IDs of bullets whose PlaybookBulletItem.harmfulCount was incremented.

Link copied to clipboard

IDs of bullets whose PlaybookBulletItem.helpfulCount was incremented.

Link copied to clipboard

IDs of bullets tagged neutral (no counter changed).

Link copied to clipboard

Tagged IDs that matched no existing bullet.

Link copied to clipboard

Total number of bullets actually accounted for: helpful, harmful, and neutral combined.

Link copied to clipboard

Tags whose value was none of helpful/harmful/neutral.