2024-11-17 23:35:40 +00:00
<!DOCTYPE html> < html class = "default" lang = "en" > < head > < meta charset = "utf-8" / > < meta http-equiv = "x-ua-compatible" content = "IE=edge" / > < title > MockTimedEventManager | pokemon-rogue-battle< / title > < meta name = "description" content = "Documentation for pokemon-rogue-battle" / > < meta name = "viewport" content = "width=device-width, initial-scale=1" / > < link rel = "stylesheet" href = "../assets/style.css" / > < link rel = "stylesheet" href = "../assets/highlight.css" / > < script defer src = "../assets/main.js" > < / script > < script async src = "../assets/icons.js" id = "tsd-icons-script" > < / script > < script async src = "../assets/search.js" id = "tsd-search-script" > < / script > < script async src = "../assets/navigation.js" id = "tsd-nav-script" > < / script > < / head > < body > < script > document . documentElement . dataset . theme = localStorage . getItem ( "tsd-theme" ) || "os" ; document . body . style . display = "none" ; setTimeout ( ( ) => app ? app . showPage ( ) : document . body . style . removeProperty ( "display" ) , 500 ) < / script > < header class = "tsd-page-toolbar" > < div class = "tsd-toolbar-contents container" > < div class = "table-cell" id = "tsd-search" data-base = ".." > < div class = "field" > < label for = "tsd-search-field" class = "tsd-widget tsd-toolbar-icon search no-caption" > < svg width = "16" height = "16" viewBox = "0 0 16 16" fill = "none" > < use href = "../assets/icons.svg#icon-search" > < / use > < / svg > < / label > < input type = "text" id = "tsd-search-field" aria-label = "Search" / > < / div > < div class = "field" > < div id = "tsd-toolbar-links" > < / div > < / div > < ul class = "results" > < li class = "state loading" > Preparing search index...< / li > < li class = "state failure" > The search index is not available< / li > < / ul > < a href = "../index.html" class = "title" > pokemon-rogue-battle< / a > < / div > < div class = "table-cell" id = "tsd-widgets" > < a href = "#" class = "tsd-widget tsd-toolbar-icon menu no-caption" data-toggle = "menu" aria-label = "Menu" > < svg width = "16" height = "16" viewBox = "0 0 16 16" fill = "none" > < use href = "../assets/icons.svg#icon-menu" > < / use > < / svg > < / a > < / div > < / div > < / header > < div class = "container container-main" > < div class = "col-content" > < div class = "tsd-page-title" > < ul class = "tsd-breadcrumb" > < li > < a href = "../index.html" > pokemon-rogue-battle< / a > < / li > < li > < a href = "../modules/test_utils_mocks_mockTimedEventManager.html" > test/utils/mocks/mockTimedEventManager< / a > < / li > < li > < a href = "test_utils_mocks_mockTimedEventManager.MockTimedEventManager.html" > MockTimedEventManager< / a > < / li > < / ul > < h1 > Class MockTimedEventManager< / h1 > < / div > < section class = "tsd-panel tsd-comment" > < div class = "tsd-comment tsd-typography" > < p > Mock TimedEventManager so that ongoing events don't impact tests< / p >
2025-01-29 00:11:14 +00:00
< / div > < div class = "tsd-comment tsd-typography" > < / div > < / section > < section class = "tsd-panel tsd-hierarchy" > < h4 > Hierarchy (< a href = "../hierarchy.html#test/utils/mocks/mockTimedEventManager.MockTimedEventManager" > view full< / a > )< / h4 > < ul class = "tsd-hierarchy" > < li > < a href = "timed_event_manager.TimedEventManager.html" class = "tsd-signature-type tsd-kind-class" > TimedEventManager< / a > < ul class = "tsd-hierarchy" > < li > < span class = "target" > MockTimedEventManager< / span > < / li > < / ul > < / li > < / ul > < / section > < aside class = "tsd-sources" > < ul > < li > Defined in < a href = "https://github.com/pagefaultgames/pokerogue/blob/9fb9bb7e5d359091d5e3fe92fd936ebba4efcdee/src/test/utils/mocks/mockTimedEventManager.ts#L5" > src/test/utils/mocks/mockTimedEventManager.ts:5< / a > < / li > < / ul > < / aside > < section class = "tsd-panel-group tsd-index-group" > < section class = "tsd-panel tsd-index-panel" > < details class = "tsd-index-content tsd-accordion" open > < summary class = "tsd-accordion-summary tsd-index-summary" > < h5 class = "tsd-index-heading uppercase" role = "button" aria-expanded = "false" tabIndex = "0" > < svg width = "16" height = "16" viewBox = "0 0 16 16" fill = "none" > < use href = "../assets/icons.svg#icon-chevronSmall" > < / use > < / svg > Index< / h5 > < / summary > < div class = "tsd-accordion-details" > < section class = "tsd-index-section" > < h3 class = "tsd-index-heading" > Constructors< / h3 > < div class = "tsd-index-list" > < a href = "test_utils_mocks_mockTimedEventManager.MockTimedEventManager.html#constructor" class = "tsd-index-link" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-512" > < / use > < / svg > < span > constructor< / span > < / a >
2024-11-17 23:35:40 +00:00
< / div > < / section > < section class = "tsd-index-section" > < h3 class = "tsd-index-heading" > Methods< / h3 > < div class = "tsd-index-list" > < a href = "test_utils_mocks_mockTimedEventManager.MockTimedEventManager.html#activeEvent" class = "tsd-index-link" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-2048" > < / use > < / svg > < span > active< wbr / > Event< / span > < / a >
< a href = "test_utils_mocks_mockTimedEventManager.MockTimedEventManager.html#activeEventHasBanner" class = "tsd-index-link tsd-is-inherited" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-2048" > < / use > < / svg > < span > active< wbr / > Event< wbr / > Has< wbr / > Banner< / span > < / a >
2025-01-28 00:05:11 +00:00
< a href = "test_utils_mocks_mockTimedEventManager.MockTimedEventManager.html#getAllMysteryEncounterChanges" class = "tsd-index-link tsd-is-inherited" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-2048" > < / use > < / svg > < span > get< wbr / > All< wbr / > Mystery< wbr / > Encounter< wbr / > Changes< / span > < / a >
< a href = "test_utils_mocks_mockTimedEventManager.MockTimedEventManager.html#getClassicFriendshipMultiplier" class = "tsd-index-link" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-2048" > < / use > < / svg > < span > get< wbr / > Classic< wbr / > Friendship< wbr / > Multiplier< / span > < / a >
< a href = "test_utils_mocks_mockTimedEventManager.MockTimedEventManager.html#getDelibirdyBuff" class = "tsd-index-link tsd-is-inherited" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-2048" > < / use > < / svg > < span > get< wbr / > Delibirdy< wbr / > Buff< / span > < / a >
2024-11-17 23:35:40 +00:00
< a href = "test_utils_mocks_mockTimedEventManager.MockTimedEventManager.html#getEventBannerFilename" class = "tsd-index-link tsd-is-inherited" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-2048" > < / use > < / svg > < span > get< wbr / > Event< wbr / > Banner< wbr / > Filename< / span > < / a >
2025-01-28 00:05:11 +00:00
< a href = "test_utils_mocks_mockTimedEventManager.MockTimedEventManager.html#getEventEncounters" class = "tsd-index-link tsd-is-inherited" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-2048" > < / use > < / svg > < span > get< wbr / > Event< wbr / > Encounters< / span > < / a >
< a href = "test_utils_mocks_mockTimedEventManager.MockTimedEventManager.html#getEventLuckBoost" class = "tsd-index-link tsd-is-inherited" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-2048" > < / use > < / svg > < span > get< wbr / > Event< wbr / > Luck< wbr / > Boost< / span > < / a >
< a href = "test_utils_mocks_mockTimedEventManager.MockTimedEventManager.html#getEventLuckBoostedSpecies" class = "tsd-index-link tsd-is-inherited" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-2048" > < / use > < / svg > < span > get< wbr / > Event< wbr / > Luck< wbr / > Boosted< wbr / > Species< / span > < / a >
< a href = "test_utils_mocks_mockTimedEventManager.MockTimedEventManager.html#getEventMysteryEncountersDisabled" class = "tsd-index-link tsd-is-inherited" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-2048" > < / use > < / svg > < span > get< wbr / > Event< wbr / > Mystery< wbr / > Encounters< wbr / > Disabled< / span > < / a >
< a href = "test_utils_mocks_mockTimedEventManager.MockTimedEventManager.html#getMysteryEncounterTierForEvent" class = "tsd-index-link tsd-is-inherited" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-2048" > < / use > < / svg > < span > get< wbr / > Mystery< wbr / > Encounter< wbr / > Tier< wbr / > For< wbr / > Event< / span > < / a >
2024-11-17 23:35:40 +00:00
< a href = "test_utils_mocks_mockTimedEventManager.MockTimedEventManager.html#getShinyMultiplier" class = "tsd-index-link" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-2048" > < / use > < / svg > < span > get< wbr / > Shiny< wbr / > Multiplier< / span > < / a >
2025-01-28 00:05:11 +00:00
< a href = "test_utils_mocks_mockTimedEventManager.MockTimedEventManager.html#getUpgradeUnlockedVouchers" class = "tsd-index-link tsd-is-inherited" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-2048" > < / use > < / svg > < span > get< wbr / > Upgrade< wbr / > Unlocked< wbr / > Vouchers< / span > < / a >
< a href = "test_utils_mocks_mockTimedEventManager.MockTimedEventManager.html#getWeather" class = "tsd-index-link tsd-is-inherited" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-2048" > < / use > < / svg > < span > get< wbr / > Weather< / span > < / a >
2024-11-17 23:35:40 +00:00
< a href = "test_utils_mocks_mockTimedEventManager.MockTimedEventManager.html#isActive" class = "tsd-index-link tsd-is-inherited" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-2048" > < / use > < / svg > < span > is< wbr / > Active< / span > < / a >
< a href = "test_utils_mocks_mockTimedEventManager.MockTimedEventManager.html#isEventActive" class = "tsd-index-link" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-2048" > < / use > < / svg > < span > is< wbr / > Event< wbr / > Active< / span > < / a >
2025-01-29 00:11:14 +00:00
< / div > < / section > < / div > < / details > < / section > < / section > < details class = "tsd-panel-group tsd-member-group tsd-accordion" open > < summary class = "tsd-accordion-summary" data-key = "section-Constructors" > < h2 > < svg width = "20" height = "20" viewBox = "0 0 24 24" fill = "none" > < use href = "../assets/icons.svg#icon-chevronDown" > < / use > < / svg > Constructors< / h2 > < / summary > < section > < section class = "tsd-panel tsd-member" > < a id = "constructor" class = "tsd-anchor" > < / a > < h3 class = "tsd-anchor-link" > < span > constructor< / span > < a href = "#constructor" aria-label = "Permalink" class = "tsd-anchor-icon" > < svg viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-anchor" > < / use > < / svg > < / a > < / h3 > < ul class = "tsd-signatures" > < li class = "tsd-signature tsd-anchor-link" > < a id = "constructor.new_MockTimedEventManager" class = "tsd-anchor" > < / a > < span class = "tsd-kind-constructor-signature" > new < wbr / > Mock< wbr / > Timed< wbr / > Event< wbr / > Manager< / span > < span class = "tsd-signature-symbol" > (< / span > < span class = "tsd-signature-symbol" > )< / span > < span class = "tsd-signature-symbol" > : < / span > < a href = "test_utils_mocks_mockTimedEventManager.MockTimedEventManager.html" class = "tsd-signature-type tsd-kind-class" > MockTimedEventManager< / a > < a href = "#constructor.new_MockTimedEventManager" aria-label = "Permalink" class = "tsd-anchor-icon" > < svg viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-anchor" > < / use > < / svg > < / a > < / li > < li class = "tsd-description" > < h4 class = "tsd-returns-title" > Returns < a href = "test_utils_mocks_mockTimedEventManager.MockTimedEventManager.html" class = "tsd-signature-type tsd-kind-class" > MockTimedEventManager< / a > < / h4 > < aside class = "tsd-sources" > < p > Inherited from < a href = "timed_event_manager.TimedEventManager.html" > TimedEventManager< / a > .< a href = "timed_event_manager.TimedEventManager.html#constructor" > constructor< / a > < / p > < ul > < li > Defined in < a href = "https://github.com/pagefaultgames/pokerogue/blob/9fb9bb7e5d359091d5e3fe92fd936ebba4efcdee/src/timed-event-manager.ts#L151" > src/timed-event-manager.ts:151< / a > < / li > < / ul > < / aside > < / li > < / ul > < / section > < / section > < / details > < details class = "tsd-panel-group tsd-member-group tsd-accordion" open > < summary class = "tsd-accordion-summary" data-key = "section-Methods" > < h2 > < svg width = "20" height = "20" viewBox = "0 0 24 24" fill = "none" > < use href = "../assets/icons.svg#icon-chevronDown" > < / use > < / svg > Methods< / h2 > < / summary > < section > < section class = "tsd-panel tsd-member" > < a id = "activeEvent" class = "tsd-anchor" > < / a > < h3 class = "tsd-anchor-link" > < span > active< wbr / > Event< / span > < a href = "#activeEvent" aria-label = "Permalink" class = "tsd-anchor-icon" > < svg viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-anchor" > < / use > < / svg > < / a > < / h3 > < ul class = "tsd-signatures" > < li class = "tsd-signature tsd-anchor-link" > < a id = "activeEvent.activeEvent-1" class = "tsd-anchor" > < / a > < span class = "tsd-kind-call-signature" > active< wbr / > Event< / span > < span class = "tsd-signature-symbol" > (< / span > < span class = "tsd-signature-symbol" > )< / span > < span class = "tsd-signature-symbol" > : < / span > < span class = "tsd-signature-type" > undefined< / span > < a href = "#activeEvent.activeEvent-1" aria-label = "Permalink" class = "tsd-anchor-icon" > < svg viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-anchor" > < / use > < / svg > < / a > < / li > < li class = "tsd-description" > < h4 class = "tsd-returns-title" > Returns < span class = "tsd-signature-type" > undefined< / span > < / h4 > < aside class = "tsd-sources" > < p > Overrides < a href = "timed_event_manager.TimedEventManager.html" > TimedEventManager< / a > .< a href = "timed_event_manager.TimedEventManager.html#activeEvent" > activeEvent< / a > < / p > < ul > < li > Defined in < a href = "https://github.com/pagefaultgames/pokerogue/blob/9fb9bb7e5d359091d5e3fe92fd936ebba4efcdee/src/test/utils/mocks/mockTimedEventManager.ts#L6" > src/test/utils/mocks/mockTimedEventManager.ts:6< / a > < / li > < / ul > < / aside > < / li > < / ul > < / section > < section class = "tsd-panel tsd-member tsd-is-inherited" > < a id = "activeEventHasBanner" class = "tsd-anchor" > < / a > < h3 class = "tsd-anchor-link" > < span > active< wbr / > Event< wbr / > Has< wbr / > Banner< / span > < a href = "#activeEventHasBanner" aria-label = "Permalink" class = "tsd-anchor-icon" > < svg viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-anchor" > < / use > < / svg > < / a > < / h3 > < ul class = "tsd-signatures
2025-01-28 00:05:11 +00:00
< / div > < h4 class = "tsd-returns-title" > Returns < span class = "tsd-signature-type" > number< / span > < / h4 > < p > The highest classic friendship multiplier among the active events, or the default CLASSIC_CANDY_FRIENDSHIP_MULTIPLIER< / p >
2025-01-29 00:11:14 +00:00
< div class = "tsd-comment tsd-typography" > < / div > < aside class = "tsd-sources" > < p > Overrides < a href = "timed_event_manager.TimedEventManager.html" > TimedEventManager< / a > .< a href = "timed_event_manager.TimedEventManager.html#getClassicFriendshipMultiplier" > getClassicFriendshipMultiplier< / a > < / p > < ul > < li > Defined in < a href = "https://github.com/pagefaultgames/pokerogue/blob/9fb9bb7e5d359091d5e3fe92fd936ebba4efcdee/src/test/utils/mocks/mockTimedEventManager.ts#L12" > src/test/utils/mocks/mockTimedEventManager.ts:12< / a > < / li > < / ul > < / aside > < / li > < / ul > < / section > < section class = "tsd-panel tsd-member tsd-is-inherited" > < a id = "getDelibirdyBuff" class = "tsd-anchor" > < / a > < h3 class = "tsd-anchor-link" > < span > get< wbr / > Delibirdy< wbr / > Buff< / span > < a href = "#getDelibirdyBuff" aria-label = "Permalink" class = "tsd-anchor-icon" > < svg viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-anchor" > < / use > < / svg > < / a > < / h3 > < ul class = "tsd-signatures tsd-is-inherited" > < li class = "tsd-signature tsd-anchor-link" > < a id = "getDelibirdyBuff.getDelibirdyBuff-1" class = "tsd-anchor" > < / a > < span class = "tsd-kind-call-signature" > get< wbr / > Delibirdy< wbr / > Buff< / span > < span class = "tsd-signature-symbol" > (< / span > < span class = "tsd-signature-symbol" > )< / span > < span class = "tsd-signature-symbol" > : < / span > < span class = "tsd-signature-type" > string< / span > < span class = "tsd-signature-symbol" > []< / span > < a href = "#getDelibirdyBuff.getDelibirdyBuff-1" aria-label = "Permalink" class = "tsd-anchor-icon" > < svg viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-anchor" > < / use > < / svg > < / a > < / li > < li class = "tsd-description" > < div class = "tsd-comment tsd-typography" > < p > For events where Delibirdy gives extra items< / p >
2025-01-28 00:05:11 +00:00
< / div > < h4 class = "tsd-returns-title" > Returns < span class = "tsd-signature-type" > string< / span > < span class = "tsd-signature-symbol" > []< / span > < / h4 > < p > list of ids of ModifierTypes that Delibirdy hands out as a bonus< / p >
2025-01-29 00:11:14 +00:00
< div class = "tsd-comment tsd-typography" > < / div > < aside class = "tsd-sources" > < p > Inherited from < a href = "timed_event_manager.TimedEventManager.html" > TimedEventManager< / a > .< a href = "timed_event_manager.TimedEventManager.html#getDelibirdyBuff" > getDelibirdyBuff< / a > < / p > < ul > < li > Defined in < a href = "https://github.com/pagefaultgames/pokerogue/blob/9fb9bb7e5d359091d5e3fe92fd936ebba4efcdee/src/timed-event-manager.ts#L224" > src/timed-event-manager.ts:224< / a > < / li > < / ul > < / aside > < / li > < / ul > < / section > < section class = "tsd-panel tsd-member tsd-is-inherited" > < a id = "getEventBannerFilename" class = "tsd-anchor" > < / a > < h3 class = "tsd-anchor-link" > < span > get< wbr / > Event< wbr / > Banner< wbr / > Filename< / span > < a href = "#getEventBannerFilename" aria-label = "Permalink" class = "tsd-anchor-icon" > < svg viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-anchor" > < / use > < / svg > < / a > < / h3 > < ul class = "tsd-signatures tsd-is-inherited" > < li class = "tsd-signature tsd-anchor-link" > < a id = "getEventBannerFilename.getEventBannerFilename-1" class = "tsd-anchor" > < / a > < span class = "tsd-kind-call-signature" > get< wbr / > Event< wbr / > Banner< wbr / > Filename< / span > < span class = "tsd-signature-symbol" > (< / span > < span class = "tsd-signature-symbol" > )< / span > < span class = "tsd-signature-symbol" > : < / span > < span class = "tsd-signature-type" > string< / span > < a href = "#getEventBannerFilename.getEventBannerFilename-1" aria-label = "Permalink" class = "tsd-anchor-icon" > < svg viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-anchor" > < / use > < / svg > < / a > < / li > < li class = "tsd-description" > < h4 class = "tsd-returns-title" > Returns < span class = "tsd-signature-type" > string< / span > < / h4 > < aside class = "tsd-sources" > < p > Inherited from < a href = "timed_event_manager.TimedEventManager.html" > TimedEventManager< / a > .< a href = "timed_event_manager.TimedEventManager.html#getEventBannerFilename" > getEventBannerFilename< / a > < / p > < ul > < li > Defined in < a href = "https://github.com/pagefaultgames/pokerogue/blob/9fb9bb7e5d359091d5e3fe92fd936ebba4efcdee/src/timed-event-manager.ts#L183" > src/timed-event-manager.ts:183< / a > < / li > < / ul > < / aside > < / li > < / ul > < / section > < section class = "tsd-panel tsd-member tsd-is-inherited" > < a id = "getEventEncounters" class = "tsd-anchor" > < / a > < h3 class = "tsd-anchor-link" > < span > get< wbr / > Event< wbr / > Encounters< / span > < a href = "#getEventEncounters" aria-label = "Permalink" class = "tsd-anchor-icon" > < svg viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-anchor" > < / use > < / svg > < / a > < / h3 > < ul class = "tsd-signatures tsd-is-inherited" > < li class = "tsd-signature tsd-anchor-link" > < a id = "getEventEncounters.getEventEncounters-1" class = "tsd-anchor" > < / a > < span class = "tsd-kind-call-signature" > get< wbr / > Event< wbr / > Encounters< / span > < span class = "tsd-signature-symbol" > (< / span > < span class = "tsd-signature-symbol" > )< / span > < span class = "tsd-signature-symbol" > : < / span > < span class = "tsd-signature-type" > EventEncounter< / span > < span class = "tsd-signature-symbol" > []< / span > < a href = "#getEventEncounters.getEventEncounters-1" aria-label = "Permalink" class = "tsd-anchor-icon" > < svg viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-anchor" > < / use > < / svg > < / a > < / li > < li class = "tsd-description" > < h4 class = "tsd-returns-title" > Returns < span class = "tsd-signature-type" > EventEncounter< / span > < span class = "tsd-signature-symbol" > []< / span > < / h4 > < aside class = "tsd-sources" > < p > Inherited from < a href = "timed_event_manager.TimedEventManager.html" > TimedEventManager< / a > .< a href = "timed_event_manager.TimedEventManager.html#getEventEncounters" > getEventEncounters< / a > < / p > < ul > < li > Defined in < a href = "https://github.com/pagefaultgames/pokerogue/blob/9fb9bb7e5d359091d5e3fe92fd936ebba4efcdee/src/timed-event-manager.ts#L187" > src/timed-event-manager.ts:187< / a > < / li > < / ul > < / aside > < / li > < / ul > < / section > < section class = "tsd-panel tsd-member tsd-is-inherited" > < a id = "getEventLuckBoost" class = "tsd-anchor" > < / a > < h3 class = "tsd-anchor-link" > < span > get< wbr / > Event< wbr / > Luck< wbr / > Boost< / span > < a href = "#getEventLuckBoost" aria-label = "Permalink" class = "tsd-anchor-icon" > < svg viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-anchor" > < / use > < / svg > < / a > < / h3 > < ul class = "tsd-signatures tsd-is-inherited" > < li class = "tsd-signature tsd-anchor-link" > < a id = "getEventLuckBoost.getEv
2025-01-28 00:05:11 +00:00
< / div > < h4 class = "tsd-returns-title" > Returns < span class = "tsd-signature-type" > boolean< / span > < / h4 > < p > Whether vouchers should be upgraded< / p >
2025-01-29 00:11:14 +00:00
< div class = "tsd-comment tsd-typography" > < / div > < aside class = "tsd-sources" > < p > Inherited from < a href = "timed_event_manager.TimedEventManager.html" > TimedEventManager< / a > .< a href = "timed_event_manager.TimedEventManager.html#getUpgradeUnlockedVouchers" > getUpgradeUnlockedVouchers< / a > < / p > < ul > < li > Defined in < a href = "https://github.com/pagefaultgames/pokerogue/blob/9fb9bb7e5d359091d5e3fe92fd936ebba4efcdee/src/timed-event-manager.ts#L216" > src/timed-event-manager.ts:216< / a > < / li > < / ul > < / aside > < / li > < / ul > < / section > < section class = "tsd-panel tsd-member tsd-is-inherited" > < a id = "getWeather" class = "tsd-anchor" > < / a > < h3 class = "tsd-anchor-link" > < span > get< wbr / > Weather< / span > < a href = "#getWeather" aria-label = "Permalink" class = "tsd-anchor-icon" > < svg viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-anchor" > < / use > < / svg > < / a > < / h3 > < ul class = "tsd-signatures tsd-is-inherited" > < li class = "tsd-signature tsd-anchor-link" > < a id = "getWeather.getWeather-1" class = "tsd-anchor" > < / a > < span class = "tsd-kind-call-signature" > get< wbr / > Weather< / span > < span class = "tsd-signature-symbol" > (< / span > < span class = "tsd-signature-symbol" > )< / span > < span class = "tsd-signature-symbol" > : < / span > < a href = "../interfaces/data_weather.WeatherPoolEntry.html" class = "tsd-signature-type tsd-kind-interface" > WeatherPoolEntry< / a > < span class = "tsd-signature-symbol" > []< / span > < a href = "#getWeather.getWeather-1" aria-label = "Permalink" class = "tsd-anchor-icon" > < svg viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-anchor" > < / use > < / svg > < / a > < / li > < li class = "tsd-description" > < div class = "tsd-comment tsd-typography" > < p > For events where there's a set weather for town biome (other biomes are hard)< / p >
2025-01-28 00:05:11 +00:00
< / div > < h4 class = "tsd-returns-title" > Returns < a href = "../interfaces/data_weather.WeatherPoolEntry.html" class = "tsd-signature-type tsd-kind-interface" > WeatherPoolEntry< / a > < span class = "tsd-signature-symbol" > []< / span > < / h4 > < p > Event weathers for town< / p >
2025-01-29 00:11:14 +00:00
< div class = "tsd-comment tsd-typography" > < / div > < aside class = "tsd-sources" > < p > Inherited from < a href = "timed_event_manager.TimedEventManager.html" > TimedEventManager< / a > .< a href = "timed_event_manager.TimedEventManager.html#getWeather" > getWeather< / a > < / p > < ul > < li > Defined in < a href = "https://github.com/pagefaultgames/pokerogue/blob/9fb9bb7e5d359091d5e3fe92fd936ebba4efcdee/src/timed-event-manager.ts#L238" > src/timed-event-manager.ts:238< / a > < / li > < / ul > < / aside > < / li > < / ul > < / section > < section class = "tsd-panel tsd-member tsd-is-inherited" > < a id = "isActive" class = "tsd-anchor" > < / a > < h3 class = "tsd-anchor-link" > < span > is< wbr / > Active< / span > < a href = "#isActive" aria-label = "Permalink" class = "tsd-anchor-icon" > < svg viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-anchor" > < / use > < / svg > < / a > < / h3 > < ul class = "tsd-signatures tsd-is-inherited" > < li class = "tsd-signature tsd-anchor-link" > < a id = "isActive.isActive-1" class = "tsd-anchor" > < / a > < span class = "tsd-kind-call-signature" > is< wbr / > Active< / span > < span class = "tsd-signature-symbol" > (< / span > < span class = "tsd-kind-parameter" > event< / span > < span class = "tsd-signature-symbol" > )< / span > < span class = "tsd-signature-symbol" > : < / span > < span class = "tsd-signature-type" > boolean< / span > < a href = "#isActive.isActive-1" aria-label = "Permalink" class = "tsd-anchor-icon" > < svg viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-anchor" > < / use > < / svg > < / a > < / li > < li class = "tsd-description" > < div class = "tsd-parameters" > < h4 class = "tsd-parameters-title" > Parameters< / h4 > < ul class = "tsd-parameter-list" > < li > < span > < span class = "tsd-kind-parameter" > event< / span > : < span class = "tsd-signature-type" > TimedEvent< / span > < / span > < / li > < / ul > < / div > < h4 class = "tsd-returns-title" > Returns < span class = "tsd-signature-type" > boolean< / span > < / h4 > < aside class = "tsd-sources" > < p > Inherited from < a href = "timed_event_manager.TimedEventManager.html" > TimedEventManager< / a > .< a href = "timed_event_manager.TimedEventManager.html#isActive" > isActive< / a > < / p > < ul > < li > Defined in < a href = "https://github.com/pagefaultgames/pokerogue/blob/9fb9bb7e5d359091d5e3fe92fd936ebba4efcdee/src/timed-event-manager.ts#L153" > src/timed-event-manager.ts:153< / a > < / li > < / ul > < / aside > < / li > < / ul > < / section > < section class = "tsd-panel tsd-member" > < a id = "isEventActive" class = "tsd-anchor" > < / a > < h3 class = "tsd-anchor-link" > < span > is< wbr / > Event< wbr / > Active< / span > < a href = "#isEventActive" aria-label = "Permalink" class = "tsd-anchor-icon" > < svg viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-anchor" > < / use > < / svg > < / a > < / h3 > < ul class = "tsd-signatures" > < li class = "tsd-signature tsd-anchor-link" > < a id = "isEventActive.isEventActive-1" class = "tsd-anchor" > < / a > < span class = "tsd-kind-call-signature" > is< wbr / > Event< wbr / > Active< / span > < span class = "tsd-signature-symbol" > (< / span > < span class = "tsd-signature-symbol" > )< / span > < span class = "tsd-signature-symbol" > : < / span > < span class = "tsd-signature-type" > boolean< / span > < a href = "#isEventActive.isEventActive-1" aria-label = "Permalink" class = "tsd-anchor-icon" > < svg viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-anchor" > < / use > < / svg > < / a > < / li > < li class = "tsd-description" > < h4 class = "tsd-returns-title" > Returns < span class = "tsd-signature-type" > boolean< / span > < / h4 > < aside class = "tsd-sources" > < p > Overrides < a href = "timed_event_manager.TimedEventManager.html" > TimedEventManager< / a > .< a href = "timed_event_manager.TimedEventManager.html#isEventActive" > isEventActive< / a > < / p > < ul > < li > Defined in < a href = "https://github.com/pagefaultgames/pokerogue/blob/9fb9bb7e5d359091d5e3fe92fd936ebba4efcdee/src/test/utils/mocks/mockTimedEventManager.ts#L9" > src/test/utils/mocks/mockTimedEventManager.ts:9< / a > < / li > < / ul > < / aside > < / li > < / ul > < / section > < / section > < / details > < / div > < div class = "col-sidebar" > < div class = "page-menu" > < div class = "tsd-navigation settings" > < details class = "tsd-accordion" > < summary class = "tsd-accordion-summary" > < h3 > < svg width = "20" height = "20" viewBox = "0 0 24 24" fill = "none" > < use href = "../assets/icons.svg#icon-chevronDown" > < / use > < / svg > Settings< / h3 > < / summary > < div class = "tsd-accordion-details" > < div class = "tsd-filter-visibility" > < span class = "settings-label" > Member Visibility< / span > < ul id = "tsd-filter-options" > < li class = "tsd-filter-item" > < la