2024-06-06 21:44:33 +01:00
<!DOCTYPE html> < html class = "default" lang = "en" > < head > < meta charSet = "utf-8" / > < meta http-equiv = "x-ua-compatible" content = "IE=edge" / > < title > default | 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/data_move.html" > data/move< / a > < / li > < li > < a href = "data_move.default.html" > default< / a > < / li > < / ul > < h1 > Class default< / h1 > < / div > < section class = "tsd-panel tsd-hierarchy" > < h4 > Hierarchy (< a class = "link" href = "../hierarchy.html#data/move.default" > view full< / a > )< / h4 > < ul class = "tsd-hierarchy" > < li > < span class = "target" > default< / span > < ul class = "tsd-hierarchy" > < li > < a href = "data_move.AttackMove.html" class = "tsd-signature-type tsd-kind-class" > AttackMove< / a > < / li > < li > < a href = "data_move.StatusMove.html" class = "tsd-signature-type tsd-kind-class" > StatusMove< / a > < / li > < li > < a href = "data_move.SelfStatusMove.html" class = "tsd-signature-type tsd-kind-class" > SelfStatusMove< / a > < / li > < / ul > < / li > < / ul > < / section > < section class = "tsd-panel" > < h4 > Implements< / h4 > < ul class = "tsd-hierarchy" > < li > < a href = "../interfaces/plugins_i18n.Localizable.html" class = "tsd-signature-type tsd-kind-interface" > Localizable< / a > < / li > < / ul > < / section > < aside class = "tsd-sources" > < ul > < li > Defined in < a href = "https://github.com/pagefaultgames/pokerogue/blob/a18d796e2e2b88f297259ede61a9d1633520b31e/src/data/move.ts#L98" > src/data/move.ts:98< / 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-index-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 = "data_move.default.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-05-31 14:57:14 +01:00
< / div > < / section > < section class = "tsd-index-section" > < h3 class = "tsd-index-heading" > Properties< / h3 > < div class = "tsd-index-list" > < a href = "data_move.default.html#accuracy" class = "tsd-index-link" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-1024" > < / use > < / svg > < span > accuracy< / span > < / a >
< a href = "data_move.default.html#attrs" class = "tsd-index-link" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-1024" > < / use > < / svg > < span > attrs< / span > < / a >
< a href = "data_move.default.html#category" class = "tsd-index-link" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-1024" > < / use > < / svg > < span > category< / span > < / a >
< a href = "data_move.default.html#chance" class = "tsd-index-link" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-1024" > < / use > < / svg > < span > chance< / span > < / a >
< a href = "data_move.default.html#conditions" class = "tsd-index-link tsd-is-private" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-1024" > < / use > < / svg > < span > conditions< / span > < / a >
< a href = "data_move.default.html#effect" class = "tsd-index-link" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-1024" > < / use > < / svg > < span > effect< / span > < / a >
< a href = "data_move.default.html#flags" class = "tsd-index-link tsd-is-private" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-1024" > < / use > < / svg > < span > flags< / span > < / a >
< a href = "data_move.default.html#generation" class = "tsd-index-link" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-1024" > < / use > < / svg > < span > generation< / span > < / a >
< a href = "data_move.default.html#id" class = "tsd-index-link" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-1024" > < / use > < / svg > < span > id< / span > < / a >
< a href = "data_move.default.html#moveTarget" class = "tsd-index-link" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-1024" > < / use > < / svg > < span > move< wbr / > Target< / span > < / a >
< a href = "data_move.default.html#name" class = "tsd-index-link" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-1024" > < / use > < / svg > < span > name< / span > < / a >
< a href = "data_move.default.html#nameAppend" class = "tsd-index-link tsd-is-private" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-1024" > < / use > < / svg > < span > name< wbr / > Append< / span > < / a >
< a href = "data_move.default.html#power" class = "tsd-index-link" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-1024" > < / use > < / svg > < span > power< / span > < / a >
< a href = "data_move.default.html#pp" class = "tsd-index-link" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-1024" > < / use > < / svg > < span > pp< / span > < / a >
< a href = "data_move.default.html#priority" class = "tsd-index-link" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-1024" > < / use > < / svg > < span > priority< / span > < / a >
< a href = "data_move.default.html#type" class = "tsd-index-link" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-1024" > < / use > < / svg > < span > type< / span > < / a >
< / div > < / section > < section class = "tsd-index-section" > < h3 class = "tsd-index-heading" > Methods< / h3 > < div class = "tsd-index-list" > < a href = "data_move.default.html#addAttr" class = "tsd-index-link" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-2048" > < / use > < / svg > < span > add< wbr / > Attr< / span > < / a >
< a href = "data_move.default.html#applyConditions" class = "tsd-index-link" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-2048" > < / use > < / svg > < span > apply< wbr / > Conditions< / span > < / a >
< a href = "data_move.default.html#attr" class = "tsd-index-link" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-2048" > < / use > < / svg > < span > attr< / span > < / a >
< a href = "data_move.default.html#ballBombMove" class = "tsd-index-link" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-2048" > < / use > < / svg > < span > ball< wbr / > Bomb< wbr / > Move< / span > < / a >
< a href = "data_move.default.html#bitingMove" class = "tsd-index-link" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-2048" > < / use > < / svg > < span > biting< wbr / > Move< / span > < / a >
< a href = "data_move.default.html#checkAllHits" class = "tsd-index-link" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-2048" > < / use > < / svg > < span > check< wbr / > All< wbr / > Hits< / span > < / a >
< a href = "data_move.default.html#checkFlag" class = "tsd-index-link" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-2048" > < / use > < / svg > < span > check< wbr / > Flag< / span > < / a >
< a href = "data_move.default.html#condition" class = "tsd-index-link" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-2048" > < / use > < / svg > < span > condition< / span > < / a >
< a href = "data_move.default.html#danceMove" class = "tsd-index-link" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-2048" > < / use > < / svg > < span > dance< wbr / > Move< / span > < / a >
< a href = "data_move.default.html#findAttr" class = "tsd-index-link" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-2048" > < / use > < / svg > < span > find< wbr / > Attr< / span > < / a >
< a href = "data_move.default.html#getAttrs" 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 / > Attrs< / span > < / a >
< a href = "data_move.default.html#getFailedText" 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 / > Failed< wbr / > Text< / span > < / a >
< a href = "data_move.default.html#getTargetBenefitScore" 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 / > Target< wbr / > Benefit< wbr / > Score< / span > < / a >
< a href = "data_move.default.html#getUserBenefitScore" 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 / > User< wbr / > Benefit< wbr / > Score< / span > < / a >
2024-06-01 01:51:43 +01:00
< a href = "data_move.default.html#hasAttr" class = "tsd-index-link" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-2048" > < / use > < / svg > < span > has< wbr / > Attr< / span > < / a >
2024-05-31 14:57:14 +01:00
< a href = "data_move.default.html#hasFlag" class = "tsd-index-link" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-2048" > < / use > < / svg > < span > has< wbr / > Flag< / span > < / a >
< a href = "data_move.default.html#hidesTarget" class = "tsd-index-link" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-2048" > < / use > < / svg > < span > hides< wbr / > Target< / span > < / a >
< a href = "data_move.default.html#hidesUser" class = "tsd-index-link" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-2048" > < / use > < / svg > < span > hides< wbr / > User< / span > < / a >
< a href = "data_move.default.html#ignoresAbilities" class = "tsd-index-link" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-2048" > < / use > < / svg > < span > ignores< wbr / > Abilities< / span > < / a >
< a href = "data_move.default.html#ignoresProtect" class = "tsd-index-link" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-2048" > < / use > < / svg > < span > ignores< wbr / > Protect< / span > < / a >
< a href = "data_move.default.html#ignoresVirtual" class = "tsd-index-link" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-2048" > < / use > < / svg > < span > ignores< wbr / > Virtual< / span > < / a >
< a href = "data_move.default.html#isAllyTarget" 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 / > Ally< wbr / > Target< / span > < / a >
< a href = "data_move.default.html#isMultiTarget" 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 / > Multi< wbr / > Target< / span > < / a >
< a href = "data_move.default.html#isTypeImmune" 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 / > Type< wbr / > Immune< / span > < / a >
< a href = "data_move.default.html#localize" class = "tsd-index-link" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-2048" > < / use > < / svg > < span > localize< / span > < / a >
< a href = "data_move.default.html#makesContact" class = "tsd-index-link" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-2048" > < / use > < / svg > < span > makes< wbr / > Contact< / span > < / a >
< a href = "data_move.default.html#partial" class = "tsd-index-link" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-2048" > < / use > < / svg > < span > partial< / span > < / a >
< a href = "data_move.default.html#powderMove" class = "tsd-index-link" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-2048" > < / use > < / svg > < span > powder< wbr / > Move< / span > < / a >
< a href = "data_move.default.html#pulseMove" class = "tsd-index-link" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-2048" > < / use > < / svg > < span > pulse< wbr / > Move< / span > < / a >
< a href = "data_move.default.html#punchingMove" class = "tsd-index-link" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-2048" > < / use > < / svg > < span > punching< wbr / > Move< / span > < / a >
< a href = "data_move.default.html#recklessMove" class = "tsd-index-link" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-2048" > < / use > < / svg > < span > reckless< wbr / > Move< / span > < / a >
< a href = "data_move.default.html#setFlag" class = "tsd-index-link tsd-is-private" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-2048" > < / use > < / svg > < span > set< wbr / > Flag< / span > < / a >
< a href = "data_move.default.html#slicingMove" class = "tsd-index-link" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-2048" > < / use > < / svg > < span > slicing< wbr / > Move< / span > < / a >
< a href = "data_move.default.html#soundBased" class = "tsd-index-link" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-2048" > < / use > < / svg > < span > sound< wbr / > Based< / span > < / a >
< a href = "data_move.default.html#target" class = "tsd-index-link" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-2048" > < / use > < / svg > < span > target< / span > < / a >
< a href = "data_move.default.html#triageMove" class = "tsd-index-link" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-2048" > < / use > < / svg > < span > triage< wbr / > Move< / span > < / a >
< a href = "data_move.default.html#unimplemented" class = "tsd-index-link" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-2048" > < / use > < / svg > < span > unimplemented< / span > < / a >
< a href = "data_move.default.html#windMove" class = "tsd-index-link" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-2048" > < / use > < / svg > < span > wind< wbr / > Move< / span > < / a >
2024-06-06 21:44:33 +01:00
< / div > < / section > < / div > < / details > < / section > < / section > < section class = "tsd-panel-group tsd-member-group" > < h2 > Constructors< / h2 > < 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_default" class = "tsd-anchor" > < / a > < span class = "tsd-kind-constructor-signature" > new default< / span > < span class = "tsd-signature-symbol" > (< / span > < span class = "tsd-kind-parameter" > id< / span > , < span class = "tsd-kind-parameter" > type< / span > , < span class = "tsd-kind-parameter" > category< / span > , < span class = "tsd-kind-parameter" > defaultMoveTarget< / span > , < span class = "tsd-kind-parameter" > power< / span > , < span class = "tsd-kind-parameter" > accuracy< / span > , < span class = "tsd-kind-parameter" > pp< / span > , < span class = "tsd-kind-parameter" > chance< / span > , < span class = "tsd-kind-parameter" > priority< / span > , < span class = "tsd-kind-parameter" > generation< / span > < span class = "tsd-signature-symbol" > )< / span > < span class = "tsd-signature-symbol" > : < / span > < a href = "data_move.default.html" class = "tsd-signature-type tsd-kind-class" > default< / a > < a href = "#constructor.new_default" 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" > id< / span > : < a href = "../enums/data_enums_moves.Moves.html" class = "tsd-signature-type tsd-kind-enum" > Moves< / a > < / span > < / li > < li > < span > < span class = "tsd-kind-parameter" > type< / span > : < a href = "../enums/data_type.Type.html" class = "tsd-signature-type tsd-kind-enum" > Type< / a > < / span > < / li > < li > < span > < span class = "tsd-kind-parameter" > category< / span > : < a href = "../enums/data_move.MoveCategory.html" class = "tsd-signature-type tsd-kind-enum" > MoveCategory< / a > < / span > < / li > < li > < span > < span class = "tsd-kind-parameter" > defaultMoveTarget< / span > : < a href = "../enums/data_move.MoveTarget.html" class = "tsd-signature-type tsd-kind-enum" > MoveTarget< / a > < / span > < / li > < li > < span > < span class = "tsd-kind-parameter" > power< / span > : < span class = "tsd-signature-type" > number< / span > < / span > < / li > < li > < span > < span class = "tsd-kind-parameter" > accuracy< / span > : < span class = "tsd-signature-type" > number< / span > < / span > < / li > < li > < span > < span class = "tsd-kind-parameter" > pp< / span > : < span class = "tsd-signature-type" > number< / span > < / span > < / li > < li > < span > < span class = "tsd-kind-parameter" > chance< / span > : < span class = "tsd-signature-type" > number< / span > < / span > < / li > < li > < span > < span class = "tsd-kind-parameter" > priority< / span > : < span class = "tsd-signature-type" > number< / span > < / span > < / li > < li > < span > < span class = "tsd-kind-parameter" > generation< / span > : < span class = "tsd-signature-type" > number< / span > < / span > < / li > < / ul > < / div > < h4 class = "tsd-returns-title" > Returns < a href = "data_move.default.html" class = "tsd-signature-type tsd-kind-class" > default< / a > < / h4 > < aside class = "tsd-sources" > < ul > < li > Defined in < a href = "https://github.com/pagefaultgames/pokerogue/blob/a18d796e2e2b88f297259ede61a9d1633520b31e/src/data/move.ts#L116" > src/data/move.ts:116< / a > < / li > < / ul > < / aside > < / li > < / ul > < / section > < / section > < section class = "tsd-panel-group tsd-member-group" > < h2 > Properties< / h2 > < section class = "tsd-panel tsd-member" > < a id = "accuracy" class = "tsd-anchor" > < / a > < h3 class = "tsd-anchor-link" > < span > accuracy< / span > < a href = "#accuracy" aria-label = "Permalink" class = "tsd-anchor-icon" > < svg viewBox = "0 0 24 24" > < use href = "../assets/icons.svg#icon-anchor" > < / use > < / svg > < / a > < / h3 > < div class = "tsd-signature" > < span class = "tsd-kind-property" > accuracy< / span > < span class = "tsd-signature-symbol" > :< / span > < span class = "tsd-signature-type" > number< / span > < / div > < aside class = "tsd-sources" > < ul > < li > Defined in < a href = "https://github.com/pagefaultgames/pokerogue/blob/a18d796e2e2b88f297259ede61a9d1633520b31e/src/data/move.ts#L105" > src/data/move.ts:105< / a > < / li > < / ul > <
2024-06-01 01:51:43 +01:00
< / div > < section class = "tsd-panel" > < h4 > Type Parameters< / h4 > < ul class = "tsd-type-parameter-list" > < li > < span > < a id = "getAttrs.getAttrs-1.T-1" class = "tsd-anchor" > < / a > < span class = "tsd-kind-type-parameter" > T< / span > < span class = "tsd-signature-keyword" > extends < / span > < a href = "data_move.MoveAttr.html" class = "tsd-signature-type tsd-kind-class" > MoveAttr< / a > < / span > < / li > < / ul > < / section > < div class = "tsd-parameters" > < h4 class = "tsd-parameters-title" > Parameters< / h4 > < ul class = "tsd-parameter-list" > < li > < span > < span class = "tsd-kind-parameter" > attrType< / span > : < span class = "tsd-signature-symbol" > (< / span > < span class = "tsd-signature-keyword" > new < / span > < span class = "tsd-signature-symbol" > (< / span > < span class = "tsd-signature-symbol" > ...< / span > < span class = "tsd-kind-parameter" > args< / span > < span class = "tsd-signature-symbol" > )< / span > < span class = "tsd-signature-symbol" > => < / span > < a class = "tsd-signature-type tsd-kind-type-parameter" href = "data_move.AttackMove.html#getAttrs.getAttrs-1.T-1" > T< / a > < span class = "tsd-signature-symbol" > )< / span > < / span > < div class = "tsd-comment tsd-typography" > < p > any attribute that extends < a href = "data_move.MoveAttr.html" class = "tsd-kind-class" > < code > MoveAttr< / code > < / a > < / p >
< / div > < div class = "tsd-comment tsd-typography" > < / div > < ul class = "tsd-parameters" > < li class = "tsd-parameter-signature" > < ul class = "tsd-signatures" > < li class = "tsd-signature" > < span class = "tsd-signature-keyword" > new < / span > < span class = "tsd-signature-symbol" > (< / span > < span class = "tsd-signature-symbol" > ...< / span > < span class = "tsd-kind-parameter" > args< / span > < span class = "tsd-signature-symbol" > )< / span > < span class = "tsd-signature-symbol" > : < / span > < a class = "tsd-signature-type tsd-kind-type-parameter" href = "data_move.AttackMove.html#getAttrs.getAttrs-1.T-1" > T< / a > < / li > < li class = "tsd-description" > < div class = "tsd-parameters" > < h4 class = "tsd-parameters-title" > Parameters< / h4 > < ul class = "tsd-parameter-list" > < li > < span > < code class = "tsd-tag ts-flagRest" > Rest< / code > < span class = "tsd-signature-symbol" > ...< / span > < span class = "tsd-kind-parameter" > args< / span > : < span class = "tsd-signature-type" > any< / span > < span class = "tsd-signature-symbol" > []< / span > < / span > < / li > < / ul > < / div > < h4 class = "tsd-returns-title" > Returns < a class = "tsd-signature-type tsd-kind-type-parameter" href = "data_move.AttackMove.html#getAttrs.getAttrs-1.T-1" > T< / a > < / h4 > < / li > < / ul > < / li > < / ul > < / li > < / ul > < / div > < h4 class = "tsd-returns-title" > Returns < a class = "tsd-signature-type tsd-kind-type-parameter" href = "data_move.AttackMove.html#getAttrs.getAttrs-1.T-1" > T< / a > < span class = "tsd-signature-symbol" > []< / span > < / h4 > < p > Array of attributes that match < code > attrType< / code > , Empty Array if none match.< / p >
2024-06-06 21:44:33 +01:00
< div class = "tsd-comment tsd-typography" > < / div > < aside class = "tsd-sources" > < ul > < li > Defined in < a href = "https://github.com/pagefaultgames/pokerogue/blob/a18d796e2e2b88f297259ede61a9d1633520b31e/src/data/move.ts#L156" > src/data/move.ts:156< / a > < / li > < / ul > < / aside > < / li > < / ul > < / section > < section class = "tsd-panel tsd-member" > < a id = "getFailedText" class = "tsd-anchor" > < / a > < h3 class = "tsd-anchor-link" > < span > get< wbr / > Failed< wbr / > Text< / span > < a href = "#getFailedText" 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 = "getFailedText.getFailedText-1" class = "tsd-anchor" > < / a > < span class = "tsd-kind-call-signature" > get< wbr / > Failed< wbr / > Text< / span > < span class = "tsd-signature-symbol" > (< / span > < span class = "tsd-kind-parameter" > user< / span > , < span class = "tsd-kind-parameter" > target< / span > , < span class = "tsd-kind-parameter" > move< / span > , < span class = "tsd-kind-parameter" > cancelled< / span > < span class = "tsd-signature-symbol" > )< / span > < span class = "tsd-signature-symbol" > : < / span > < span class = "tsd-signature-type" > string< / span > < a href = "#getFailedText.getFailedText-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" > user< / span > : < a href = "field_pokemon.default.html" class = "tsd-signature-type tsd-kind-class" > default< / a > < / span > < / li > < li > < span > < span class = "tsd-kind-parameter" > target< / span > : < a href = "field_pokemon.default.html" class = "tsd-signature-type tsd-kind-class" > default< / a > < / span > < / li > < li > < span > < span class = "tsd-kind-parameter" > move< / span > : < a href = "data_move.default.html" class = "tsd-signature-type tsd-kind-class" > default< / a > < / span > < / li > < li > < span > < span class = "tsd-kind-parameter" > cancelled< / span > : < a href = "utils.BooleanHolder.html" class = "tsd-signature-type tsd-kind-class" > BooleanHolder< / a > < / span > < / li > < / ul > < / div > < h4 class = "tsd-returns-title" > Returns < span class = "tsd-signature-type" > string< / span > < / h4 > < aside class = "tsd-sources" > < ul > < li > Defined in < a href = "https://github.com/pagefaultgames/pokerogue/blob/a18d796e2e2b88f297259ede61a9d1633520b31e/src/data/move.ts#L402" > src/data/move.ts:402< / a > < / li > < / ul > < / aside > < / li > < / ul > < / section > < section class = "tsd-panel tsd-member" > < a id = "getTargetBenefitScore" class = "tsd-anchor" > < / a > < h3 class = "tsd-anchor-link" > < span > get< wbr / > Target< wbr / > Benefit< wbr / > Score< / span > < a href = "#getTargetBenefitScore" 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 = "getTargetBenefitScore.getTargetBenefitScore-1" class = "tsd-anchor" > < / a > < span class = "tsd-kind-call-signature" > get< wbr / > Target< wbr / > Benefit< wbr / > Score< / span > < span class = "tsd-signature-symbol" > (< / span > < span class = "tsd-kind-parameter" > user< / span > , < span class = "tsd-kind-parameter" > target< / span > , < span class = "tsd-kind-parameter" > move< / span > < span class = "tsd-signature-symbol" > )< / span > < span class = "tsd-signature-symbol" > : < / span > < span class = "tsd-signature-type" > number< / span > < a href = "#getTargetBenefitScore.getTargetBenefitScore-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" > user< / span > : < a href = "field_pokemon.default.html" class = "tsd-signature-type tsd-kind-class" > default< / a > < / span > < / li > < li > < span > < span class = "tsd-kind-parameter" > target< / span > : < a href = "field_pokemon.default.html" class = "tsd-signature-type tsd-kind-class" > default< / a > < / span > < / li > < li > < span > < span class = "tsd-kind-parameter" > move< / span > : < a href = "data_move.default.html" class = "tsd-signature-type tsd-kind-class
2024-06-01 01:51:43 +01:00
< / div > < section class = "tsd-panel" > < h4 > Type Parameters< / h4 > < ul class = "tsd-type-parameter-list" > < li > < span > < a id = "hasAttr.hasAttr-1.T-2" class = "tsd-anchor" > < / a > < span class = "tsd-kind-type-parameter" > T< / span > < span class = "tsd-signature-keyword" > extends < / span > < a href = "data_move.MoveAttr.html" class = "tsd-signature-type tsd-kind-class" > MoveAttr< / a > < / span > < / li > < / ul > < / section > < div class = "tsd-parameters" > < h4 class = "tsd-parameters-title" > Parameters< / h4 > < ul class = "tsd-parameter-list" > < li > < span > < span class = "tsd-kind-parameter" > attrType< / span > : < span class = "tsd-signature-symbol" > (< / span > < span class = "tsd-signature-keyword" > new < / span > < span class = "tsd-signature-symbol" > (< / span > < span class = "tsd-signature-symbol" > ...< / span > < span class = "tsd-kind-parameter" > args< / span > < span class = "tsd-signature-symbol" > )< / span > < span class = "tsd-signature-symbol" > => < / span > < a class = "tsd-signature-type tsd-kind-type-parameter" href = "data_move.AttackMove.html#hasAttr.hasAttr-1.T-2" > T< / a > < span class = "tsd-signature-symbol" > )< / span > < / span > < div class = "tsd-comment tsd-typography" > < p > any attribute that extends < a href = "data_move.MoveAttr.html" class = "tsd-kind-class" > < code > MoveAttr< / code > < / a > < / p >
< / div > < div class = "tsd-comment tsd-typography" > < / div > < ul class = "tsd-parameters" > < li class = "tsd-parameter-signature" > < ul class = "tsd-signatures" > < li class = "tsd-signature" > < span class = "tsd-signature-keyword" > new < / span > < span class = "tsd-signature-symbol" > (< / span > < span class = "tsd-signature-symbol" > ...< / span > < span class = "tsd-kind-parameter" > args< / span > < span class = "tsd-signature-symbol" > )< / span > < span class = "tsd-signature-symbol" > : < / span > < a class = "tsd-signature-type tsd-kind-type-parameter" href = "data_move.AttackMove.html#hasAttr.hasAttr-1.T-2" > T< / a > < / li > < li class = "tsd-description" > < div class = "tsd-parameters" > < h4 class = "tsd-parameters-title" > Parameters< / h4 > < ul class = "tsd-parameter-list" > < li > < span > < code class = "tsd-tag ts-flagRest" > Rest< / code > < span class = "tsd-signature-symbol" > ...< / span > < span class = "tsd-kind-parameter" > args< / span > : < span class = "tsd-signature-type" > any< / span > < span class = "tsd-signature-symbol" > []< / span > < / span > < / li > < / ul > < / div > < h4 class = "tsd-returns-title" > Returns < a class = "tsd-signature-type tsd-kind-type-parameter" href = "data_move.AttackMove.html#hasAttr.hasAttr-1.T-2" > T< / a > < / h4 > < / li > < / ul > < / li > < / ul > < / li > < / ul > < / div > < h4 class = "tsd-returns-title" > Returns < span class = "tsd-signature-type" > boolean< / span > < / h4 > < p > true if the move has attribute < code > attrType< / code > < / p >
2024-06-06 21:44:33 +01:00
< div class = "tsd-comment tsd-typography" > < / div > < aside class = "tsd-sources" > < ul > < li > Defined in < a href = "https://github.com/pagefaultgames/pokerogue/blob/a18d796e2e2b88f297259ede61a9d1633520b31e/src/data/move.ts#L165" > src/data/move.ts:165< / a > < / li > < / ul > < / aside > < / li > < / ul > < / section > < section class = "tsd-panel tsd-member" > < a id = "hasFlag" class = "tsd-anchor" > < / a > < h3 class = "tsd-anchor-link" > < span > has< wbr / > Flag< / span > < a href = "#hasFlag" 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 = "hasFlag.hasFlag-1" class = "tsd-anchor" > < / a > < span class = "tsd-kind-call-signature" > has< wbr / > Flag< / span > < span class = "tsd-signature-symbol" > (< / span > < span class = "tsd-kind-parameter" > flag< / span > < span class = "tsd-signature-symbol" > )< / span > < span class = "tsd-signature-symbol" > : < / span > < span class = "tsd-signature-type" > boolean< / span > < a href = "#hasFlag.hasFlag-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" > flag< / span > : < a href = "../enums/data_move.MoveFlags.html" class = "tsd-signature-type tsd-kind-enum" > MoveFlags< / a > < / span > < / li > < / ul > < / div > < h4 class = "tsd-returns-title" > Returns < span class = "tsd-signature-type" > boolean< / span > < / h4 > < aside class = "tsd-sources" > < ul > < li > Defined in < a href = "https://github.com/pagefaultgames/pokerogue/blob/a18d796e2e2b88f297259ede61a9d1633520b31e/src/data/move.ts#L205" > src/data/move.ts:205< / a > < / li > < / ul > < / aside > < / li > < / ul > < / section > < section class = "tsd-panel tsd-member" > < a id = "hidesTarget" class = "tsd-anchor" > < / a > < h3 class = "tsd-anchor-link" > < span > hides< wbr / > Target< / span > < a href = "#hidesTarget" 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 = "hidesTarget.hidesTarget-1" class = "tsd-anchor" > < / a > < span class = "tsd-kind-call-signature" > hides< wbr / > Target< / span > < span class = "tsd-signature-symbol" > (< / span > < span class = "tsd-kind-parameter" > hidesTarget< / span > < span class = "tsd-signature-symbol" > ?< / span > < span class = "tsd-signature-symbol" > )< / span > < span class = "tsd-signature-symbol" > : < / span > < span class = "tsd-signature-type" > this< / span > < a href = "#hidesTarget.hidesTarget-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 > < code class = "tsd-tag ts-flagOptional" > Optional< / code > < span class = "tsd-kind-parameter" > hidesTarget< / span > : < span class = "tsd-signature-type" > boolean< / span > < / span > < / li > < / ul > < / div > < h4 class = "tsd-returns-title" > Returns < span class = "tsd-signature-type" > this< / span > < / h4 > < aside class = "tsd-sources" > < ul > < li > Defined in < a href = "https://github.com/pagefaultgames/pokerogue/blob/a18d796e2e2b88f297259ede61a9d1633520b31e/src/data/move.ts#L301" > src/data/move.ts:301< / a > < / li > < / ul > < / aside > < / li > < / ul > < / section > < section class = "tsd-panel tsd-member" > < a id = "hidesUser" class = "tsd-anchor" > < / a > < h3 class = "tsd-anchor-link" > < span > hides< wbr / > User< / span > < a href = "#hidesUser" 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 = "hidesUser.hidesUser-1" class = "tsd-anchor" > < / a > < span class = "tsd-kind-call-signature" > hides< wbr / > User< / span > < span class = "tsd-signature-symbol" > (< / span > < span class = "tsd-kind-parameter" > hidesUser< / span > < span class = "tsd-signature-symbol" > ?< / span > < span class = "tsd-signature-symbol" > )< / span > < span class = "tsd-signature-symbol" > : < / span > < span class = "tsd-signature-type" > this< / span > < a href = "#hidesUser.hidesUse
2024-05-31 14:57:14 +01:00
< / div > < div class = "tsd-parameters" > < h4 class = "tsd-parameters-title" > Parameters< / h4 > < ul class = "tsd-parameter-list" > < li > < span > < code class = "tsd-tag ts-flagOptional" > Optional< / code > < span class = "tsd-kind-parameter" > recklessMove< / span > : < span class = "tsd-signature-type" > boolean< / span > < / span > < div class = "tsd-comment tsd-typography" > < p > The value to set the flag to< / p >
< / div > < div class = "tsd-comment tsd-typography" > < / div > < / li > < / ul > < / div > < h4 class = "tsd-returns-title" > Returns < span class = "tsd-signature-type" > this< / span > < / h4 > < p > The < a href = "data_move.default.html" class = "tsd-kind-class" > < code > Move< / code > < / a > that called this function< / p >
< div class = "tsd-comment tsd-typography" > < h4 > See< / h4 > < p > < a href = "../enums/data_enums_abilities.Abilities.html#RECKLESS" class = "tsd-kind-enum-member" > < code > Abilities.RECKLESS< / code > < / a > < / p >
2024-06-06 21:44:33 +01:00
< / div > < aside class = "tsd-sources" > < ul > < li > Defined in < a href = "https://github.com/pagefaultgames/pokerogue/blob/a18d796e2e2b88f297259ede61a9d1633520b31e/src/data/move.ts#L332" > src/data/move.ts:332< / a > < / li > < / ul > < / aside > < / li > < / ul > < / section > < section class = "tsd-panel tsd-member tsd-is-private" > < a id = "setFlag" class = "tsd-anchor" > < / a > < h3 class = "tsd-anchor-link" > < code class = "tsd-tag ts-flagPrivate" > Private< / code > < span > set< wbr / > Flag< / span > < a href = "#setFlag" 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-private" > < li class = "tsd-signature tsd-anchor-link" > < a id = "setFlag.setFlag-1" class = "tsd-anchor" > < / a > < span class = "tsd-kind-call-signature" > set< wbr / > Flag< / span > < span class = "tsd-signature-symbol" > (< / span > < span class = "tsd-kind-parameter" > flag< / span > , < span class = "tsd-kind-parameter" > on< / span > < span class = "tsd-signature-symbol" > )< / span > < span class = "tsd-signature-symbol" > : < / span > < span class = "tsd-signature-type" > void< / span > < a href = "#setFlag.setFlag-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" > flag< / span > : < a href = "../enums/data_move.MoveFlags.html" class = "tsd-signature-type tsd-kind-enum" > MoveFlags< / a > < / span > < / li > < li > < span > < span class = "tsd-kind-parameter" > on< / span > : < span class = "tsd-signature-type" > boolean< / span > < / span > < / li > < / ul > < / div > < h4 class = "tsd-returns-title" > Returns < span class = "tsd-signature-type" > void< / span > < / h4 > < aside class = "tsd-sources" > < ul > < li > Defined in < a href = "https://github.com/pagefaultgames/pokerogue/blob/a18d796e2e2b88f297259ede61a9d1633520b31e/src/data/move.ts#L268" > src/data/move.ts:268< / a > < / li > < / ul > < / aside > < / li > < / ul > < / section > < section class = "tsd-panel tsd-member" > < a id = "slicingMove" class = "tsd-anchor" > < / a > < h3 class = "tsd-anchor-link" > < span > slicing< wbr / > Move< / span > < a href = "#slicingMove" 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 = "slicingMove.slicingMove-1" class = "tsd-anchor" > < / a > < span class = "tsd-kind-call-signature" > slicing< wbr / > Move< / span > < span class = "tsd-signature-symbol" > (< / span > < span class = "tsd-kind-parameter" > slicingMove< / span > < span class = "tsd-signature-symbol" > ?< / span > < span class = "tsd-signature-symbol" > )< / span > < span class = "tsd-signature-symbol" > : < / span > < span class = "tsd-signature-type" > this< / span > < a href = "#slicingMove.slicingMove-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 > < code class = "tsd-tag ts-flagOptional" > Optional< / code > < span class = "tsd-kind-parameter" > slicingMove< / span > : < span class = "tsd-signature-type" > boolean< / span > < / span > < / li > < / ul > < / div > < h4 class = "tsd-returns-title" > Returns < span class = "tsd-signature-type" > this< / span > < / h4 > < aside class = "tsd-sources" > < ul > < li > Defined in < a href = "https://github.com/pagefaultgames/pokerogue/blob/a18d796e2e2b88f297259ede61a9d1633520b31e/src/data/move.ts#L321" > src/data/move.ts:321< / a > < / li > < / ul > < / aside > < / li > < / ul > < / section > < section class = "tsd-panel tsd-member" > < a id = "soundBased" class = "tsd-anchor" > < / a > < h3 class = "tsd-anchor-link" > < span > sound< wbr / > Based< / span > < a href = "#soundBased" 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 = "soundBased.soundBased-1" class = "tsd-anchor" > < / a > < span class = "tsd-kind-call-signature" > sound< wbr / > Based< / span > < span class = "tsd-signature-symbol" > (< / span > < span class = "tsd-kind-parameter" > soundBased< / span > < s