MCPcopy Create free account

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

Functions602 in github.com/cynicaloptimist/improved-initiative

↓ 2 callersFunctionFullscreenSupported
()
client/Commands/ToggleFullscreen.ts:12
↓ 2 callersMethodGetById
(id: string)
server/library.ts:86
↓ 2 callersFunctionGetDefaultForLibrary
(libraryType: LibraryType)
client/Library/Libraries.ts:42
↓ 2 callersMethodGetListings
()
server/library.ts:90
↓ 2 callersMethodLoadAutoSavedEncounterIfAvailable
()
client/TrackerViewModel.tsx:423
↓ 2 callersMethodLoadEncounterFromServer
()
client/PlayerView/ReactPlayerView.tsx:29
↓ 2 callersFunctionMockPrompt
()
client/Commands/PromptQueue.test.ts:4
↓ 2 callersMethodSaveAllUnsyncedItems
( libraries: Libraries, messageCallback: (message: string) => void )
client/Account/AccountClient.ts:53
↓ 2 callersFunctionSaveEncounterPrompt
( encounterState: EncounterState<CombatantState>, backgroundImageUrl: string, saveEncounterToLibrary: (
client/Prompts/SaveEncounterPrompt.tsx:108
↓ 2 callersMethodSaveUpdatedSettings
(newSettings: Settings)
client/TrackerViewModel.tsx:476
↓ 2 callersFunctionSubscribeToDarkModeChanges
()
client/Settings/Settings.ts:80
↓ 2 callersFunctionTestPlayerViewManagerImplementation
( managerName: string, makePlayerViewManager: () => PlayerViewManager )
server/playerviewmanager.test.ts:9
↓ 2 callersMethodToggleHidden
()
client/Combatant/CombatantViewModel.ts:129
↓ 2 callersMethodToggleRevealedAC
()
client/Combatant/CombatantViewModel.ts:145
↓ 2 callersMethodToggleSpentReaction
()
client/Combatant/CombatantViewModel.ts:121
↓ 2 callersMethodTrackAnonymousEvent
( name: string, eventData: Record<string, any> = {} )
client/Utility/Metrics.ts:81
↓ 2 callersMethodTrackLoad
()
client/Utility/Metrics.ts:11
↓ 2 callersMethodUpdateIfItemsChanged
(newItems: T[])
client/Library/FilterCache.ts:74
↓ 2 callersMethodUpdateIndexLabel
(oldName?: string)
client/Combatant/Combatant.ts:126
↓ 2 callersFunctionUpdateLegacyEncounterState
( encounterState: any )
client/Encounter/UpdateLegacySavedEncounter.ts:70
↓ 2 callersMethodapplyDamageForCombatants
(combatantViewModels: CombatantViewModel[])
client/Commands/CombatantCommander.tsx:211
↓ 2 callersFunctionapplyNewCommandSettings
(newSettings: Settings, commands: Command[])
client/Settings/Settings.ts:11
↓ 2 callersMethodbindClickToSelectStyle
(style: keyof PlayerViewCustomStyles)
client/Settings/components/StylesChooser.tsx:99
↓ 2 callersFunctionbuildCommandSettingRow
( props: CommandsSettingsProps, withCombatantRow: boolean )
client/Settings/components/CommandsSettings.tsx:72
↓ 2 callersFunctionbuildSavedEncounterWithPersistentCharacter
()
client/Commands/EncounterCommander.test.ts:137
↓ 2 callersFunctioncenterColumnView
( statBlockEditorProps: StatBlockEditorProps, spellEditorProps: SpellEditorProps )
client/Layout/centerColumnView.tsx:4
↓ 2 callersFunctionepicInitiativeFeatures
()
client/Settings/components/EpicInitiativeSettings.tsx:134
↓ 2 callersFunctionformatStringForId
(str: string)
server/library.ts:14
↓ 2 callersFunctiongetAllListings
( sourceUrl: string, createListingMeta: (r: any) => ListingMeta )
server/configureOpen5eContent.ts:80
↓ 2 callersMethodgetCommaSeparatedModifiers
(selector: string)
client/Importers/Importer.ts:38
↓ 2 callersMethodgetDescription
()
client/Importers/SpellImporter.ts:33
↓ 2 callersMethodgetLocalMeta
()
client/Utility/Metrics.ts:112
↓ 2 callersFunctiongetSpellType
(spell: Spell)
client/Library/Components/SpellDetails.tsx:79
↓ 2 callersFunctiongetTotalXpBase
(challengeRatings: string[])
client/Widgets/DifficultyCalculator.ts:113
↓ 2 callersFunctiongetUserAccountLevel
( userId: string, rewardIds: string[] )
server/patreon.ts:159
↓ 2 callersMethodgetValueAndNotes
(selector: string)
client/Importers/Importer.ts:18
↓ 2 callersMethodinitializeItems
(items: T[])
client/Library/FilterCache.ts:112
↓ 2 callersFunctionload
(key: string)
client/Utility/LegacySynchronousLocalStore.ts:172
↓ 2 callersFunctionmakeStatBlockListing
(partialStatblock: Partial<StatBlock>)
client/Library/FilterCache.test.ts:5
↓ 2 callersFunctionmakev0_1StatBlock
()
client/Encounter/LegacyEncounter.test.ts:6
↓ 2 callersFunctionparsePossiblyMalformedIdFromParams
server/storageroutes.ts:20
↓ 2 callersMethodprocessStatBlock
(oldStatBlockName?: string)
client/Combatant/Combatant.ts:75
↓ 2 callersFunctionrerollInitiative
( combatants: Combatant[], type: "advantage" | "disadvantage", initiativeModel: InitiativeModel, setVa
client/Prompts/InitiativePrompt.tsx:133
↓ 2 callersFunctionsavePersistentCharacterWithName
(name: string)
client/PersistentCharacter/PersistentCharacter.test.tsx:66
↓ 2 callersFunctionsignalLoadComplete
(loadSource: "localAsync" | "account")
client/Library/Libraries.ts:94
↓ 2 callersMethodupdateHeight
()
client/Components/Overlay.tsx:54
↓ 2 callersFunctionupdateLatestPost
(latestPost: { post: Post | null })
server/patreon.ts:227
↓ 2 callersFunctionuseStoreBackedState
( listName: string, key: string, defaultValue: T )
client/Utility/useStoreBackedState.ts:4
↓ 1 callersFunctionAcceptDamagePrompt
( suggestedCombatants: CombatantViewModel[], damageAmount: number, suggester: string, tracker: Tracker
client/Prompts/AcceptDamagePrompt.tsx:12
↓ 1 callersFunctionAcceptTagPrompt
( combatant: Combatant, encounter: Encounter, tagState: TagState )
client/Prompts/AcceptTagPrompt.tsx:15
↓ 1 callersFunctionApplyDamagePrompt
( combatantViewModels: CombatantViewModel[], suggestedDamage: string, logHpChange: (damage: number, comb
client/Prompts/ApplyDamagePrompt.tsx:12
↓ 1 callersMethodApplyHealing
(healing: number)
client/Combatant/Combatant.ts:221
↓ 1 callersFunctionApplyHealingPrompt
( combatantViewModels: CombatantViewModel[], suggestedHealing: string, logHpChange: (healing: number, co
client/Prompts/ApplyHealingPrompt.tsx:13
↓ 1 callersMethodApplyTemporaryHP
(tempHP: number)
client/Combatant/Combatant.ts:232
↓ 1 callersFunctionApplyTemporaryHPPrompt
( combatantNames: string, applyHp: (model: ApplyTemporaryHPModel) => boolean )
client/Prompts/ApplyTemporaryHPPrompt.tsx:9
↓ 1 callersFunctionAutoPopulatedNotes
(statBlock: StatBlock)
client/Encounter/AutoPopulatedNotes.ts:3
↓ 1 callersFunctionBuildCombatantCommandList
client/Commands/BuildCombatantCommandList.ts:6
↓ 1 callersFunctionBuildEncounterCommandList
( c: EncounterCommander, saveEncounterFn: () => void )
client/Commands/BuildEncounterCommandList.ts:4
↓ 1 callersFunctionCSSFrom
( customStyles: PlayerViewCustomStyles, temporaryBackgroundImageUrl?: string )
client/PlayerView/CSSFrom.ts:4
↓ 1 callersFunctionCombatStatsPrompt
(stats: CombatStats)
client/Prompts/CombatStatsPrompt.tsx:8
↓ 1 callersFunctionConcentrationPrompt
( combatant: Combatant, damageAmount: number )
client/Prompts/ConcentrationPrompt.tsx:14
↓ 1 callersFunctionConditionReferencePrompt
( conditionName: string )
client/Prompts/ConditionReferencePrompt.tsx:8
↓ 1 callersMethodConnectToSocket
(socket: Socket)
client/PlayerView/ReactPlayerView.tsx:43
↓ 1 callersFunctionDedupeByRankAndFilterListings
( parentSubset: T[], filter: string )
client/Library/FilterCache.ts:5
↓ 1 callersFunctionDelete
(listName: string, key: string)
client/Utility/LegacySynchronousLocalStore.ts:77
↓ 1 callersMethodDeleteAccount
()
client/Account/AccountClient.ts:36
↓ 1 callersMethodDestroy
(id: string)
server/playerviewmanager.ts:16
↓ 1 callersMethodDisplayCombatStats
(encounterId: string, stats: CombatStats)
client/PlayerView/PlayerViewClient.ts:11
↓ 1 callersMethodDisplayPlayerViewCombatStats
(stats: CombatStats)
client/Encounter/Encounter.ts:534
↓ 1 callersFunctionEditAliasPrompt
( combatant: Combatant, onSubmit: (model: EditAliasModel) => boolean )
client/Prompts/EditAliasPrompt.tsx:11
↓ 1 callersFunctionEditInitiativePrompt
( combatant: Combatant, onSubmit: (model: EditInitiativeModel) => boolean )
client/Prompts/EditInitiativePrompt.tsx:12
↓ 1 callersMethodEditPersistentCharacterStatBlock
( persistentCharacterId: string, newStatBlock?: StatBlock )
client/TrackerViewModel.tsx:168
↓ 1 callersMethodGetAccount
(callBack: (user: Account | null) => void)
client/Account/AccountClient.ts:21
↓ 1 callersFunctionGetCombatantsSorted
( encounterState: EncounterState<CombatantState>, stable = false )
client/Reducers/GetCombatantsSorted.tsx:7
↓ 1 callersMethodGetFullAccount
()
client/Account/AccountClient.ts:44
↓ 1 callersFunctionGetHPColor
(combatant: Combatant)
client/Combatant/ToPlayerViewCombatantState.ts:65
↓ 1 callersFunctionGetHPDisplay
(combatant: Combatant)
client/Combatant/ToPlayerViewCombatantState.ts:35
↓ 1 callersFunctionGetLegacyKeyBinding
(id: string)
client/Commands/GetLegacyKeyBinding.ts:33
↓ 1 callersFunctionGetPlayerViewManager
()
server/playerviewmanager.ts:20
↓ 1 callersFunctionGetTotalLevelFromString
(levelString: string)
common/PersistentCharacter.ts:35
↓ 1 callersFunctionInitialize
(statBlock: StatBlock)
common/PersistentCharacter.ts:17
↓ 1 callersFunctionInitiativePrompt
( combatants: Combatant[], startEncounter: () => void )
client/Prompts/InitiativePrompt.tsx:181
↓ 1 callersMethodJoinEncounter
(encounterId: string)
client/PlayerView/PlayerViewClient.ts:15
↓ 1 callersFunctionLevelOrCantrip
(levelString: string)
client/Library/ReferencePane/SpellLibraryReferencePane.tsx:89
↓ 1 callersFunctionLinkInitiativePrompt
(onDismiss: () => void)
client/Prompts/LinkInitiativePrompt.tsx:6
↓ 1 callersFunctionLoadAllAndUpdateIds
( listName: string )
client/Utility/LegacySynchronousLocalStore.ts:63
↓ 1 callersFunctionLoadEnvironment
()
client/Environment.ts:17
↓ 1 callersFunctionMoveEncounterPrompt
( legacySavedEncounter: { Name?: string }, moveListingFn: (encounter: SavedEncounter, oldId: string) => vo
client/Prompts/MoveEncounterPrompt.tsx:40
↓ 1 callersFunctionPlayerViewPrompt
( encounterId: string, currentBackgroundImageUrl: string, setBackgroundImageUrl: (url: string) => void,
client/Prompts/PlayerViewPrompt.tsx:164
↓ 1 callersFunctionPrivacyPolicyPrompt
()
client/Prompts/PrivacyPolicyPrompt.tsx:58
↓ 1 callersFunctionQuickAddPrompt
( addStatBlock: (statBlock: StatBlock) => void )
client/Prompts/QuickAddPrompt.tsx:15
↓ 1 callersFunctionQuickEditStatBlockPrompt
( combatant: Combatant, updateStatBlock: (updatedStatBlock: StatBlock) => void )
client/Prompts/QuickEditStatBlockPrompt.tsx:15
↓ 1 callersFunctionRegisterBindingHandlers
()
client/Utility/CustomBindingHandlers.ts:5
↓ 1 callersFunctionRenderPersistentCharacterEditor
( loadedTarget: Listable, props: EditorViewProps )
client/Library/Manager/EditorView.tsx:89
↓ 1 callersFunctionRenderSavedEncounterEditor
( editorTarget: Listing<Listable>, loadedTarget: Listable, props: EditorViewProps )
client/Library/Manager/EditorView.tsx:144
↓ 1 callersFunctionRenderSpellEditor
( editorTarget: Listing<Listable>, loadedTarget: Listable, props: EditorViewProps )
client/Library/Manager/EditorView.tsx:120
↓ 1 callersFunctionRenderStatBlockEditor
( editorTarget: Listing<Listable>, loadedTarget: Listable, props: EditorViewProps )
client/Library/Manager/EditorView.tsx:52
↓ 1 callersFunctionRollDicePrompt
( rollDiceExpression: (expression: string) => void )
client/Prompts/RollDicePrompt.tsx:15
↓ 1 callersFunctionSave
(listName: string, key: string, value: T)
client/Utility/LegacySynchronousLocalStore.ts:44
↓ 1 callersMethodSaveSettings
(settings: Settings)
client/Account/AccountClient.ts:99
← previousnext →101–200 of 602, ranked by callers