MCPcopy Create free account

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

Functions602 in github.com/cynicaloptimist/improved-initiative

↓ 1 callersMethodresetTimerIfCombatantChanged
(prevActiveCombatantId)
client/PlayerView/components/CombatFooter.tsx:53
↓ 1 callersFunctionsanitizeItems
(items: Listable[])
client/Account/AccountClient.ts:231
↓ 1 callersFunctionsave
(listName: string, key: string, value)
client/Utility/Store.ts:179
↓ 1 callersMethodscrollToActiveCombatant
()
client/PlayerView/components/PlayerView.tsx:203
↓ 1 callersFunctionselectCombatant
(mouseEvent?: React.MouseEvent)
client/InitiativeList/CombatantRow.tsx:42
↓ 1 callersFunctionsetupLocalDefaultUser
(session: Express.Session)
server/routes.ts:183
↓ 1 callersMethodshowCombatStatsIfNeeded
(prevStats: CombatStats)
client/PlayerView/components/PlayerView.tsx:191
↓ 1 callersMethodshowPrivacyNotificationAfterTutorial
()
client/TrackerViewModel.tsx:447
↓ 1 callersFunctionspellsCallback
(spells: Spell[])
client/Utility/Store.ts:147
↓ 1 callersMethodsplashPortraitIfNeeded
(previousActiveCombatantId)
client/PlayerView/components/PlayerView.tsx:159
↓ 1 callersFunctionstartNewsUpdates
(app: express.Application)
server/patreon.ts:242
↓ 1 callersFunctionstatBlocksCallback
(statBlocks: StatBlock[])
client/Utility/Store.ts:139
↓ 1 callersFunctionsubmit
()
client/Library/Manager/MovePrompt.tsx:14
↓ 1 callersFunctiontransferLocalStorageToCanonicalUrl
(canonicalUrl: string)
client/Utility/TransferLocalStorage.ts:3
↓ 1 callersFunctionupdatePersistentCharactersIfNeeded
( user: User, users: mongo.Collection<User> )
server/dbconnection.ts:148
↓ 1 callersFunctionupdateSession
(session: Express.Session)
server/routes.ts:218
↓ 1 callersFunctionupgradeMessage
()
client/Settings/components/EpicInitiativeSettings.tsx:106
↓ 1 callersFunctionupsertUser
( patreonId: string, accountStatus: AccountStatus, emailAddress: string )
server/dbconnection.ts:31
↓ 1 callersFunctionuseAsyncListing
( listing: Listing<T> )
client/Utility/useAsyncListing.tsx:5
↓ 1 callersFunctionuseCopyableText
()
client/Prompts/PlayerViewPrompt.tsx:90
↓ 1 callersFunctionuseRequest
(url: string, method: "get" | "post" = "get")
client/Utility/useRequest.ts:4
↓ 1 callersFunctionuseSaveListing
( addListing: (newListing: any) => void, storeName: string, accountRoute: string, callbacks: { cre
client/Library/useLibrary.ts:218
↓ 1 callersFunctionverifySignature
( signature: string, secret: string, postBodyJSON: string )
server/patreon.ts:337
FunctionActiveCombatant
(props: { activeCombatantViewModel: CombatantViewModel; })
client/Layout/LeftColumn.tsx:47
FunctionActivePrompt
(props: { promptTypeAndTargets: PromptTypeAndTargets; library: Library<Listable>; done: () => void; })
client/Library/Manager/SelectedItemsManager.tsx:123
FunctionApp
(props: { tracker: TrackerViewModel })
client/App.tsx:28
MethodApplyDamage
(inputDamage: string)
client/Combatant/CombatantViewModel.ts:46
MethodApplyTemporaryHP
(newTemporaryHP: number)
client/Combatant/CombatantViewModel.ts:70
FunctionAutoHideField
(props: AutoHideFieldProps)
client/StatBlockEditor/components/AutoHideField.tsx:5
FunctionAutocompleteTextInput
(props: { fieldName: string; options: string[]; autoFocus?: boolean; })
client/StatBlockEditor/components/AutocompleteTextInput.tsx:49
FunctionBannerHost
()
client/Layout/BannerHost.tsx:6
FunctionBeanCounter
(props: { current: number; maximum: number; onChange: (newValue: number) => void; })
client/TextEnricher/Counter.tsx:5
FunctionButton
(props: ButtonProps)
client/Components/Button.tsx:19
FunctionCenterColumn
(props: { tracker: TrackerViewModel; })
client/Layout/CenterColumn.tsx:13
FunctionCombatFooter
(props: CombatFooterProps)
client/CombatFooter/CombatFooter.tsx:14
FunctionCombatantColorPicker
(props: { combatantState: CombatantState })
client/InitiativeList/CombatantRow.tsx:244
FunctionCombatantDetails
(props: CombatantDetailsProps)
client/Combatant/CombatantDetails.tsx:18
FunctionCombatantRow
(props: CombatantRowProps)
client/InitiativeList/CombatantRow.tsx:27
FunctionCommandButton
(props: { command: Command })
client/InitiativeList/CombatantRow.tsx:293
FunctionCommandButton
(props: { command: Command; showLabel: boolean })
client/Commands/CommandButton.tsx:7
FunctionCommandSettingRow
(props: CommandSettingRowProps)
client/Settings/components/CommandsSettings.tsx:18
FunctionCommands
()
client/InitiativeList/CombatantRow.tsx:281
FunctionCommandsSettings
(props: CommandsSettingsProps)
client/Settings/components/CommandsSettings.tsx:52
FunctionContentSettings
()
client/Settings/components/ContentSettings.tsx:7
FunctionCount
(listName: string)
client/Utility/Store.ts:40
FunctionCounter
(props: { current: number; maximum: number; onChange: (newValue: number) => void; })
client/TextEnricher/Counter.tsx:30
FunctionCustomEncounterId
(props: { encounterId: string; requestCustomEncounterId: (requestedId: string) => Promise<boolean>; setE
client/Prompts/PlayerViewPrompt.tsx:109
FunctionDefault
()
common/StatBlock.ts:99
FunctionDefault
()
common/Spell.ts:26
FunctionDefault
()
common/PersistentCharacter.ts:30
FunctionDefault
()
common/EncounterState.ts:10
FunctionDefault
()
common/SavedEncounter.ts:14
FunctionDelete
(listName: string, key: string)
client/Utility/Store.ts:66
FunctionDeleteAll
()
client/Utility/LegacySynchronousLocalStore.ts:89
FunctionDeleteAll
()
client/Utility/Store.ts:72
MethodDeleteEncounter
(encounterId: string)
client/Account/AccountClient.ts:138
MethodDeletePersistentCharacter
( persistentCharacterId: string )
client/Account/AccountClient.ts:128
MethodDeletePlayerCharacter
(statBlockId: string)
client/Account/AccountClient.ts:115
FunctionDeletePrompt
(props: { targets: Listing<Listable>[]; library: Library<Listable>; done: () => void; })
client/Library/Manager/DeletePrompt.tsx:8
MethodDeleteSpell
(spellId: string)
client/Account/AccountClient.ts:146
MethodDeleteStatBlock
(statBlockId: string)
client/Account/AccountClient.ts:107
FunctionDescriptionField
()
client/StatBlockEditor/components/StatBlockEditorFields.tsx:129
MethodDestroy
(id: string)
server/RedisPlayerViewManager.ts:61
MethodDestroy
(id: string)
server/InMemoryPlayerViewManager.ts:56
FunctionDisplaysToggle
(props: { children: React.ReactNode; fieldName: string; requireEpicTierForPlayerViewToggle?: boolean; })
client/Settings/components/DisplaysToggle.tsx:6
FunctionDisplaysToggleHeader
()
client/Settings/components/DisplaysToggle.tsx:42
FunctionDropZone
(props: { dragDropType: string; index: number; move: (from: number, to: number) => void; })
client/StatBlockEditor/components/UseDragDrop.tsx:10
FunctionDropdown
(props: { fieldName: string; options: {}; children: any; })
client/Settings/components/Dropdown.tsx:5
FunctionEditorView
(props: EditorViewProps)
client/Library/Manager/EditorView.tsx:20
FunctionEpicInitiativeSettings
()
client/Settings/components/EpicInitiativeSettings.tsx:10
FunctionEventLogItem
(props: { eventMarkdown: string })
client/CombatFooter/CombatFooter.tsx:91
FunctionExportAll
(additionalKeys: { [key: string]: any })
client/Utility/LegacySynchronousLocalStore.ts:93
FunctionExportListings
( listings: Listing<Listable>[], listName: string )
client/Utility/Store.ts:158
FunctionFieldRow
(props: { label: string; name: string })
client/StatBlockEditor/SpellEditor.tsx:120
FunctionFileUploadButton
(props: { handleFile: (file: File) => void; acceptFileType: string; fontAwesomeIcon: string; })
client/Settings/components/FileUploadButton.tsx:3
FunctionFilterDimensions
(statBlock: StatBlock)
common/StatBlock.ts:87
FunctionFolder
(props: { name: string; children: React.ReactNode })
client/Library/Components/Folder.tsx:4
MethodFormattedString
()
client/Rules/RollResult.ts:23
FunctionFullEventLog
(props: { eventsTail: string[] })
client/CombatFooter/CombatFooter.tsx:62
MethodGet
(id: string)
server/RedisPlayerViewManager.ts:12
MethodGet
(id: string)
server/InMemoryPlayerViewManager.ts:15
FunctionGetAllKeyPairs
()
client/Utility/Store.ts:79
FunctionGetContextualCommandSuggestion
( encounterEmpty: boolean, librariesVisible: boolean, encounterActive: boolean )
client/GetContextualCommandSuggestion.tsx:1
FunctionGetFilterDimensions
(spell: Spell)
common/Spell.ts:21
FunctionGetFilterDimensions
(character: PersistentCharacter)
common/PersistentCharacter.ts:52
FunctionGetSearchHint
(statBlock: StatBlock)
common/StatBlock.ts:84
FunctionGetSearchHint
(spell: Spell)
common/Spell.ts:18
FunctionGetSearchHint
(character: PersistentCharacter)
common/PersistentCharacter.ts:32
FunctionGetSearchHint
(encounterState: SavedEncounter)
common/SavedEncounter.ts:11
MethodIdAvailable
(id: string)
server/RedisPlayerViewManager.ts:28
MethodIdAvailable
(id: string)
server/InMemoryPlayerViewManager.ts:19
FunctionImportAll
(file: File)
client/Utility/LegacySynchronousLocalStore.ts:103
FunctionImportAll
(file: File)
client/Utility/Store.ts:90
FunctionImportAllAndReplace
(file: File)
client/Utility/LegacySynchronousLocalStore.ts:147
FunctionImportFromDnDAppFile
(file: File)
client/Utility/Store.ts:138
FunctionImportOpen5eSpell
(open5eSpell: Record<string, any>)
client/Importers/Open5eImporter.ts:63
FunctionImportOpen5eStatBlock
( open5eStatBlock: Record<string, any> )
client/Importers/Open5eImporter.ts:11
FunctionImportOpen5eV2StatBlock
( open5eStatBlock: Record<string, any> )
client/Importers/Open5eImporter.ts:179
FunctionInfo
(props: { children: React.ReactChild; tippyProps?: Omit<TippyProps, "content" | "children">; })
client/Components/Info.tsx:4
MethodInitializeNew
()
server/RedisPlayerViewManager.ts:49
← previousnext →301–400 of 602, ranked by callers