Class "ItemPool"

Functions

AddBibleUpgrade () {: aria-label='Functions' }

{: .abp .tooltip .badge }

void AddBibleUpgrade ( int Add, ItemPoolType PoolType ) {: .copyable aria-label='Functions' }

AddRoomBlacklist () {: aria-label='Functions' }

{: .abp .tooltip .badge }

void AddRoomBlacklist ( CollectibleType Item ) {: .copyable aria-label='Functions' }

ForceAddPillEffect () {: aria-label='Functions' }

{: .abp .tooltip .badge }

PillColor ForceAddPillEffect ( PillEffect PillEffect ) {: .copyable aria-label='Functions' }

Forces a pill effect to be in the pool, usually for challenges, returns PillColor for that effect.

GetCard () {: aria-label='Functions' }

{: .abp .tooltip .badge }

Card GetCard ( int Seed, boolean Playing, boolean Rune, boolean OnlyRunes ) {: .copyable aria-label='Functions' }

GetCollectible () {: aria-label='Functions' }

{: .abp .tooltip .badge }

CollectibleType GetCollectible ( ItemPoolType PoolType, boolean Decrease, int Seed ) {: .copyable aria-label='Functions' }

GetLastPool () {: aria-label='Functions' }

{: .abp .tooltip .badge }

ItemPoolType GetLastPool ( ) {: .copyable aria-label='Functions' }

GetPill () {: aria-label='Functions' }

{: .abp .tooltip .badge }

PillColor GetPill ( int Seed ) {: .copyable aria-label='Functions' }

GetPillEffect () {: aria-label='Functions' }

{: .abp .tooltip .badge }

PillEffect GetPillEffect ( PillColor PillColor ) {: .copyable aria-label='Functions' }

GetPoolForRoom () {: aria-label='Functions' }

{: .abp .tooltip .badge }

ItemPoolType GetPoolForRoom ( RoomType RoomType, int Seed ) {: .copyable aria-label='Functions' }

GetTrinket () {: aria-label='Functions' }

{: .abp .tooltip .badge }

TrinketType GetTrinket ( ) {: .copyable aria-label='Functions' }

IdentifyPill () {: aria-label='Functions' }

{: .abp .tooltip .badge }

void IdentifyPill ( PillColor PillColor ) {: .copyable aria-label='Functions' }

IsPillIdentified () {: aria-label='Functions' }

{: .abp .tooltip .badge }

boolean IsPillIdentified ( PillColor PillColor ) {: .copyable aria-label='Functions' }

RemoveCollectible () {: aria-label='Functions' }

{: .abp .tooltip .badge }

boolean RemoveCollectible ( CollectibleType Collectible ) {: .copyable aria-label='Functions' }

Removes a collectible from the itempool.

???+ bug "Bugs" This function will always return true, even when the given id does not exist!

RemoveTrinket () {: aria-label='Functions' }

{: .abp .tooltip .badge }

boolean RemoveTrinket ( TrinketType Trinket ) {: .copyable aria-label='Functions' }

ResetRoomBlacklist () {: aria-label='Functions' }

{: .abp .tooltip .badge }

void ResetRoomBlacklist ( ) {: .copyable aria-label='Functions' }

ResetTrinkets () {: aria-label='Functions' }

{: .abp .tooltip .badge }

void ResetTrinkets ( ) {: .copyable aria-label='Functions' }

Last updated