MCPcopy Create free account

hub / github.com/cynicaloptimist/improved-initiative / functions

Functions602 in github.com/cynicaloptimist/improved-initiative

↓ 1 callersMethodSetAlias
()
client/Combatant/CombatantViewModel.ts:103
↓ 1 callersFunctionShowDiceRollPrompt
( diceExpression: string, rollResult: RollResult )
client/Prompts/RollDicePrompt.tsx:53
↓ 1 callersFunctionSpellPrompt
( spellListing: Listing<Spell> )
client/Prompts/SpellPrompt.tsx:10
↓ 1 callersFunctionSubscribeCommandsToSettingsChanges
(commands: Command[])
client/Settings/Settings.ts:73
↓ 1 callersFunctionTagPrompt
( encounter: Encounter, targetCombatants: Combatant[], logEvent: (message: string) => void )
client/Prompts/TagPrompt.tsx:148
↓ 1 callersFunctionToggleFullscreen
()
client/Commands/ToggleFullscreen.ts:1
↓ 1 callersFunctionTransferLocalStorageToCanonicalURLIfNeeded
( canonicalUrl: string )
client/Utility/TransferLocalStorage.ts:29
↓ 1 callersFunctionUpdateLegacyCommandSettingsAndSave
( settings: Settings, commands: Command[] )
client/Settings/Settings.ts:90
↓ 1 callersFunctionUpdateNotesPrompt
( combatant: Combatant )
client/Prompts/UpdateNotesPrompt.tsx:27
↓ 1 callersMethodUpdatePersistentCharacterStatBlock
( persistentCharacterId: string, newStatBlock: StatBlock )
client/Encounter/Encounter.ts:305
↓ 1 callersFunctionUpdateSettings
(oldSettings: any)
client/Settings/Settings.ts:35
↓ 1 callersFunctionadvance
()
client/Tutorial/Tutorial.tsx:19
↓ 1 callersFunctionapplyDarkModeToBody
(settings: Settings)
client/Settings/Settings.ts:81
↓ 1 callersFunctionbuildEncounterState
()
client/Combatant/IndexLabeling.test.ts:74
↓ 1 callersFunctionbuildFolderComponents
( foldersByKey: Record<string, FolderModel>, buildListingComponent: ( listing: Listing<T>, index:
client/Library/Components/BuildListingTree.tsx:60
↓ 1 callersMethodbuildReactReplacer
( originalText: string, updateTextSource?: (newText: string) => void )
client/TextEnricher/TextEnricher.tsx:116
↓ 1 callersMethodcleanAffiliateUrl
()
client/LauncherViewModel.ts:22
↓ 1 callersFunctionclose
()
server/dbconnection.ts:29
↓ 1 callersFunctioncombatantInitiativeField
( combatant: Combatant, initiativeResult: AbilityCheckResult & { specialRoll?: InitiativeSpecialRoll } )
client/Prompts/InitiativePrompt.tsx:94
↓ 1 callersFunctioncommandButtonTooltip
(c: Command)
client/Commands/CommandButton.tsx:33
↓ 1 callersFunctionconfigureAffiliateRoutes
(app: express.Application)
server/configureAffiliateRoutes.ts:5
↓ 1 callersFunctionconfigureBasicRulesContent
(app: express.Application)
server/configureBasicRulesContent.ts:8
↓ 1 callersFunctionconfigureImportRoutes
( app: express.Application, playerViews: PlayerViewManager )
server/configureImportRoutes.ts:7
↓ 1 callersFunctionconfigureLoginRedirect
(app: express.Application)
server/patreon.ts:62
↓ 1 callersFunctionconfigureLogout
(app: express.Application)
server/patreon.ts:206
↓ 1 callersFunctionconfigureMetricsRoutes
(app: express.Application)
server/metrics.ts:15
↓ 1 callersFunctionconfigureOpen5eContent
( app: express.Application )
server/configureOpen5eContent.ts:10
↓ 1 callersFunctionconfigurePatreonWebhookReceiver
( app: express.Application )
server/patreon.ts:270
↓ 1 callersFunctioncreateId
(name: string, source: string)
server/library.ts:20
↓ 1 callersMethodeditImportedSpell
(parsedPayload: {})
client/TrackerViewModel.tsx:341
↓ 1 callersMethodeditImportedStatBlock
(parsedPayload: {})
client/TrackerViewModel.tsx:296
↓ 1 callersFunctionensureFolder
( outerFolder: Record<string, FolderModel>, keyString: string, labelString: string, ignoreSlashes: boo
client/Library/Components/BuildListingTree.tsx:82
↓ 1 callersFunctionexportSelectedItems
( selection: Selection<any>, activeTab: LibraryType )
client/Library/Manager/SelectedItemsManager.tsx:101
↓ 1 callersFunctionfetchData
()
client/Utility/useRequest.ts:9
↓ 1 callersMethodfindLowestInitiativeGroupByName
()
client/Combatant/Combatant.ts:306
↓ 1 callersMethodfindLowestInitiativeGroupBySide
()
client/Combatant/Combatant.ts:314
↓ 1 callersMethodgetAbilities
()
client/Importers/StatBlockImporter.ts:51
↓ 1 callersFunctiongetAccount
( userId: mongo.ObjectId )
server/dbconnection.ts:77
↓ 1 callersFunctiongetAccountOrSampleCharacters
( accountClient: AccountClient, PersistentCharacters: Library<PersistentCharacter>, libraries: Libraries
client/Library/Libraries.ts:206
↓ 1 callersFunctiongetActiveCombatantId
(savedEncounter: any)
client/Encounter/UpdateLegacySavedEncounter.ts:36
↓ 1 callersFunctiongetAndAddSamplePersistentCharacters
( persistentCharacterLibrary: Library<PersistentCharacter> )
client/Library/Libraries.ts:232
↓ 1 callersFunctiongetAnonymizedStatBlockJSON
(statBlock: StatBlock)
client/StatBlockEditor/components/StatBlockEditorFields.tsx:142
↓ 1 callersFunctiongetClassNames
(props: CombatantRowProps)
client/InitiativeList/CombatantRow.tsx:313
↓ 1 callersFunctiongetCombatantSortIteratees
( encounterState: EncounterState<CombatantState>, stable: boolean )
client/Reducers/GetCombatantsSorted.tsx:17
↓ 1 callersMethodgetCombatantSortIteratees
( stable: boolean )
client/Encounter/Encounter.ts:92
↓ 1 callersMethodgetCombatantsForPlayerView
(activeCombatantId: string | null)
client/Encounter/Encounter.ts:492
↓ 1 callersFunctiongetCombatantsRemovedMessage
( combatantName: string, combatantsCount: number )
client/InitiativeList/RestoreCombatants.tsx:54
↓ 1 callersFunctiongetDbConnectionString
()
server/getDbConnectionString.ts:5
↓ 1 callersFunctiongetDifficulty
(totalXp, playerLevels: number[])
client/Widgets/DifficultyCalculator.ts:134
↓ 1 callersFunctiongetDifficultyString
(difficulty: EncounterDifficulty)
client/CombatFooter/CombatFooter.tsx:54
↓ 1 callersFunctiongetDisplayName
(props: CombatantRowProps)
client/InitiativeList/CombatantRow.tsx:324
↓ 1 callersFunctiongetEncounterListings
(encounters: { [key: string]: any; })
server/dbconnection.ts:211
↓ 1 callersFunctiongetEntitledTierIds
(apiResponse: Record<string, any>)
server/patreon.ts:143
↓ 1 callersFunctiongetFullAccount
( userId: mongo.ObjectId )
server/dbconnection.ts:99
↓ 1 callersFunctiongetGroupBonusForCombatant
( encounterState: EncounterState<CombatantState>, combatant: CombatantState )
client/Reducers/GetCombatantsSorted.tsx:36
↓ 1 callersMethodgetGroupBonusForCombatant
(combatant: Combatant)
client/Encounter/Encounter.ts:80
↓ 1 callersFunctiongetHPStyle
(props: CombatantRowProps)
client/InitiativeList/CombatantRow.tsx:334
↓ 1 callersFunctiongetModifiedXp
( enemyChallengeRatings: string[], playerCount: number )
client/Widgets/DifficultyCalculator.ts:121
↓ 1 callersFunctiongetPersistentCharacterListings
(persistentCharacters: { [key: string]: any; })
server/dbconnection.ts:232
↓ 1 callersMethodgetPlayerViewActiveCombatantId
()
client/Encounter/Encounter.ts:476
↓ 1 callersMethodgetRecentItems
( listings: Listing<any>[], recentIds: string[] )
client/Library/ReferencePane/LibraryReferencePane.tsx:198
↓ 1 callersFunctiongetSaves
(sb: any)
client/Importers/Open5eImporter.ts:96
↓ 1 callersFunctiongetSensesV2
(data: any)
client/Importers/Open5eImporter.ts:280
↓ 1 callersMethodgetSource
()
client/Importers/SpellImporter.ts:19
↓ 1 callersMethodgetSource
* Represents the source material this creature originated from.
client/Importers/StatBlockImporter.ts:34
↓ 1 callersFunctiongetSpeedV2
(data: any)
client/Importers/Open5eImporter.ts:268
↓ 1 callersFunctiongetSpellListings
(spells: { [key: string]: any })
server/dbconnection.ts:195
↓ 1 callersFunctiongetSpellsFromXml
(xmlString: string)
client/Importers/DnDAppFilesImporter.ts:17
↓ 1 callersFunctiongetStatBlockListings
(statBlocks: { [key: string]: any; })
server/dbconnection.ts:177
↓ 1 callersFunctiongetStatBlocksFromXml
(xmlString: string)
client/Importers/DnDAppFilesImporter.ts:8
↓ 1 callersFunctiongetTabContent
()
client/Settings/components/SettingsPane.tsx:51
↓ 1 callersMethodgetTimerReadout
()
client/PlayerView/components/CombatFooter.tsx:47
↓ 1 callersFunctiongetTokens
(code: string, redirectUri: string)
server/patreon.ts:95
↓ 1 callersFunctiongetTransferCompleteCallback
(canonicalUrl: string)
client/Utility/TransferLocalStorage.ts:15
↓ 1 callersFunctiongetType
(data: any)
client/Importers/Open5eImporter.ts:160
↓ 1 callersMethodgetType
* Represents the Size, Type, and Alignment of creature. * Presented in the form: * <Size> <Type>, <Alignment>
client/Importers/StatBlockImporter.ts:12
↓ 1 callersFunctiongetTypeV2
(data: any)
client/Importers/Open5eImporter.ts:253
↓ 1 callersFunctiongetUnsyncedItems
(items: Listing<Listable>[])
client/Account/AccountClient.ts:199
↓ 1 callersFunctiongetXpMultiplier
(enemyCount: number, playerCount: number)
client/Widgets/DifficultyCalculator.ts:95
↓ 1 callersFunctiongetXpMultiplierRank
(enemyCount: number)
client/Widgets/DifficultyCalculator.ts:75
↓ 1 callersFunctionhandleAccountSync
( account: Account, accountClient: AccountClient, libraries: Libraries )
client/Library/Libraries.ts:251
↓ 1 callersFunctionhandleListingsScroll
( scrollEvent: React.UIEvent<HTMLUListElement>, increaseListingsLimit: () => void )
client/Library/Manager/LibraryManager.tsx:159
↓ 1 callersFunctionimprovedInitiativeServer
()
server/server.ts:15
↓ 1 callersFunctioninterfacePriorityClass
( centerColumnView: string, librariesVisible: boolean, hasPrompt: boolean, isACombatantSelected: boole
client/Layout/interfacePriorityClass.tsx:1
↓ 1 callersMethoditemsHaveUpdatedMeta
(newItems: T[])
client/Library/FilterCache.ts:84
↓ 1 callersMethodjoinPlayerViewEncounter
()
client/TrackerViewModel.tsx:399
↓ 1 callersFunctionload
(listName: string, key: string)
client/Utility/Store.ts:184
↓ 1 callersFunctionloginMessage
()
client/Settings/components/EpicInitiativeSettings.tsx:92
↓ 1 callersMethodloginMessage
()
client/Settings/components/AccountSyncSettings.tsx:94
↓ 1 callersMethodnoSyncMessage
()
client/Settings/components/AccountSyncSettings.tsx:109
↓ 1 callersFunctionpreloadSpells
(Spells: Library<Spell>, settings: Settings)
client/Library/Libraries.ts:186
↓ 1 callersFunctionpreloadStatBlocks
( StatBlocks: Library<StatBlock>, settings: Settings )
client/Library/Libraries.ts:161
↓ 1 callersMethodprocessCombatantState
(savedCombatant: CombatantState)
client/Combatant/Combatant.ts:86
↓ 1 callersMethodrender
()
client/Combatant/MultipleCombatantDetails.tsx:11
↓ 1 callersFunctionrenderAdvanced
(autocompletePaths: string[])
client/Prompts/SaveEncounterPrompt.tsx:47
↓ 1 callersFunctionrenderHPBarStyle
(props: CombatantRowProps)
client/InitiativeList/CombatantRow.tsx:351
↓ 1 callersFunctionrenderHPBarStyle
(currentHPPercentage)
client/Combatant/CombatantDetails.tsx:110
↓ 1 callersFunctionrenderHPText
(props: CombatantRowProps)
client/InitiativeList/CombatantRow.tsx:343
↓ 1 callersFunctionresetEpicInitiativeEncounterFeatures
( encounterState: EncounterState<PlayerViewCombatantState> )
server/sockets.ts:172
↓ 1 callersFunctionresetEpicInitiativeSettings
(settings: PlayerViewSettings)
server/sockets.ts:164
← previousnext →201–300 of 602, ranked by callers