MCPcopy Create free account

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

Functions602 in github.com/cynicaloptimist/improved-initiative

MethodInitializeNew
()
server/InMemoryPlayerViewManager.ts:33
FunctionInitiativeField
()
client/StatBlockEditor/components/StatBlockEditorFields.tsx:35
FunctionInitiativeList
(props: { encounterState: EncounterState<CombatantState>; selectedCombatantIds: string[]; combatantCount
client/InitiativeList/InitiativeList.tsx:9
FunctionInitiativeListHeader
(props: { encounterActive: boolean })
client/InitiativeList/InitiativeListHeader.tsx:5
FunctionInitiativeListHost
(props: { tracker: TrackerViewModel })
client/InitiativeList/InitiativeListHost.tsx:9
FunctionInitiativePromptComponent
(props: InitiativePromptComponentProps)
client/Prompts/InitiativePrompt.tsx:20
FunctionInitiativeSide
(props: { combatants: Combatant[]; sideLabel: "PC" | "Enemy"; sideClassName: string; })
client/Prompts/InitiativePrompt.tsx:41
FunctionInnerAutoHideField
( props: AutoHideFieldProps & { fieldApi: FieldProps; } )
client/StatBlockEditor/components/AutoHideField.tsx:22
FunctionIsPlayerCharacter
(statBlock: StatBlock)
common/StatBlock.ts:96
FunctionKeywordField
(props: KeywordFieldProps)
client/StatBlockEditor/components/KeywordField.tsx:12
FunctionKeywordFields
(props: { api: FormApi; keywordType: string })
client/StatBlockEditor/components/StatBlockEditorFields.tsx:92
FunctionLeftColumn
(props: { tracker: TrackerViewModel; columnWidth: number; })
client/Layout/LeftColumn.tsx:10
FunctionLibrariesCommanderHarness
(props: { librariesCommander: LibrariesCommander; loadingFinished: () => void; })
client/PersistentCharacter/PersistentCharacter.test.tsx:21
FunctionLibraryFilter
(props: LibraryFilterProps)
client/Library/Components/LibraryFilter.tsx:9
FunctionLibraryHeader
(props: { selectedLibrary: LibraryType })
client/Library/ReferencePane/LibraryReferencePanes.tsx:104
FunctionLibraryManager
(props: LibraryManagerProps)
client/Library/Manager/LibraryManager.tsx:32
FunctionLibraryManagerInfo
()
client/Library/Manager/SelectedItemsView.tsx:46
FunctionLibraryManagerListings
(props: { listings: Listing<Listable>[]; setEditorTarget: (item: Listing<any>) => void; })
client/Library/Manager/LibraryManager.tsx:120
FunctionLibraryManagerRow
(props: { listing: Listing<any>; setEditorTarget: (item: Listing<any>) => void; })
client/Library/Manager/LibraryManagerRow.tsx:9
FunctionLibraryManagerToolbar
(props: { closeManager: () => void })
client/Library/Manager/LibraryManagerToolbar.tsx:4
FunctionLibraryTest
(props: { libraryRef: (library: Library<StatBlock>) => void; loadingFinished: () => void; })
client/Library/StatBlockLibrary.test.tsx:10
FunctionList
(listName: string)
client/Utility/LegacySynchronousLocalStore.ts:34
FunctionListingButton
(props: Props)
client/Library/Components/ListingButton.tsx:14
FunctionLoad
(listName: string, key: string)
client/Utility/LegacySynchronousLocalStore.ts:58
FunctionLoad
(listName: string, key: string)
client/Utility/Store.ts:36
FunctionLoadAllAndUpdateIds
( listName: string, getDefault: () => T )
client/Utility/Store.ts:45
FunctionLoadingIndicator
()
client/Components/LoadingIndicator.tsx:3
MethodMaximum
()
client/Rules/RollResult.ts:7
FunctionMigrateItemsToStore
()
client/Utility/LegacySynchronousLocalStore.ts:20
FunctionMoveEncounterPromptComponent
(props: MoveEncounterPromptProps)
client/Prompts/MoveEncounterPrompt.tsx:18
FunctionMovePrompt
(props: { targets: Listing<Listable>[]; library: Library<Listable>; done: () => void; })
client/Library/Manager/MovePrompt.tsx:8
FunctionNameAndModifierField
(props: NameAndModifierFieldProps)
client/StatBlockEditor/components/NameAndModifierField.tsx:12
FunctionNameAndModifierFields
(props: { api: FormApi; modifierType: string; })
client/StatBlockEditor/components/StatBlockEditorFields.tsx:71
FunctionOptionsSettings
(props: { goToEpicInitiativeSettings: () => void; })
client/Settings/components/OptionsSettings.tsx:15
FunctionPaneHeader
(props: { title: string; fontAwesomeIcon: string; buttons: React.ReactChild; })
client/Library/Components/PaneHeader.tsx:3
FunctionPersistentCharacterLibraryHarness
(props: { setLibrary: (library: Library<PersistentCharacter>) => void; loadingFinished: () => void; })
client/PersistentCharacter/PersistentCharacter.test.tsx:34
FunctionPlayerViewCombatantHeader
(props: { portraitColumnVisible: boolean; acColumnVisible: boolean; })
client/PlayerView/components/PlayerViewCombatantHeader.tsx:7
FunctionPlayerViewPromptComponent
(props: PlayerViewPromptComponentProps)
client/Prompts/PlayerViewPrompt.tsx:17
FunctionPowerField
(props: PowerFieldProps)
client/StatBlockEditor/components/PowerField.tsx:15
FunctionPowerFields
(props: { api: FormApi; powerType: string })
client/StatBlockEditor/components/StatBlockEditorFields.tsx:110
FunctionPrivacyPolicyComponent
()
client/Prompts/PrivacyPolicyPrompt.tsx:12
FunctionReactMarkdown
(props: { children?: string; components?: Record<string, React.ComponentType<any>>; })
client/test/reactMarkdownMock.tsx:3
FunctionReactionIndicator
(props: { combatantState: CombatantState })
client/InitiativeList/CombatantRow.tsx:216
FunctionRestoreCombatants
()
client/InitiativeList/RestoreCombatants.tsx:7
FunctionRightColumn
(props: { tracker: TrackerViewModel; columnWidth: number; })
client/Layout/RightColumn.tsx:6
MethodSaveEncounter
(encounter: SavedEncounter)
client/Account/AccountClient.ts:134
FunctionSaveEncounterPromptComponent
(props: { autocompletePaths: string[] })
client/Prompts/SaveEncounterPrompt.tsx:17
MethodSavePersistentCharacter
( persistentCharacter: PersistentCharacter )
client/Account/AccountClient.ts:119
MethodSavePlayerCharacter
(playerCharacter: StatBlock)
client/Account/AccountClient.ts:111
MethodSaveSpell
(spell: Spell)
client/Account/AccountClient.ts:142
MethodSaveStatBlock
(statBlock: StatBlock)
client/Account/AccountClient.ts:103
FunctionSavedEncounterEditor
(props: { savedEncounter: SavedEncounter; onSave: (newSavedEncounter: SavedEncounter) => void; onClose:
client/StatBlockEditor/SavedEncounterEditor.tsx:10
FunctionSelectOptions
(props: { fieldName: string; options: {} })
client/Settings/components/Dropdown.tsx:16
FunctionSelectedCombatants
(props: { combatantCommander: CombatantCommander; })
client/Layout/SelectedCombatants.tsx:8
FunctionSelectedItemsManager
(props: { activeTab: LibraryType; libraries: Libraries; editListing: (listing: Listing<Listable>) => voi
client/Library/Manager/SelectedItemsManager.tsx:25
FunctionSelectedItemsView
(props: { listings: Listing<T>[]; defaultListing: T; renderListing: (item: T) => JSX.Element; })
client/Library/Manager/SelectedItemsView.tsx:6
FunctionSelectedItemsViewForActiveTab
({ selection, activeTab }: { selection: Selection<Listing<any>>; activeTab: LibraryType; })
client/Library/Manager/SelectedItemsViewForActiveTab.tsx:15
FunctionSettingsPane
(props: SettingsPaneProps)
client/Settings/components/SettingsPane.tsx:39
FunctionSortableList
(props: { api: FormApi; listType: string; makeComponent: makeSortableComponent; makeNew: () => any; })
client/StatBlockEditor/components/SortableList.tsx:14
FunctionSortableListInner
(props: { api: FormApi; arrayHelpers: ArrayHelpers; listType: string; makeComponent: makeSortableCompo
client/StatBlockEditor/components/SortableList.tsx:29
FunctionSourceIndicator
(props: { origin: ListingOrigin; source?: string })
client/Library/Manager/LibraryManagerRow.tsx:61
FunctionSpellDetails
(props: { Spell: Spell; isLoading?: boolean })
client/Library/Components/SpellDetails.tsx:19
FunctionSpellEditor
(props: SpellEditorProps)
client/StatBlockEditor/SpellEditor.tsx:16
FunctionSpellPromptComponent
(props: { spellListing: Listing<Spell>; })
client/Prompts/SpellPrompt.tsx:21
FunctionSpentReactionIndicator
()
client/PlayerView/components/SpentReactionIndicator.tsx:4
FunctionStandardEditor
()
client/StatBlockEditor/SpellEditor.tsx:98
FunctionStandardPromptLayout
(props: Props)
client/Prompts/StandardPromptLayout.tsx:12
FunctionStatBlockComponent
(props: StatBlockProps)
client/Components/StatBlock.tsx:21
FunctionStatBlockComponentNoError
(props: StatBlockProps)
client/Components/StatBlock.tsx:39
FunctionStatBlockCustomFields
()
client/Settings/components/StatBlockCustomFields.tsx:8
MethodString
()
client/Rules/RollResult.ts:13
FunctionSubmitButton
( props: ButtonProps & { submitIntent?: [string, any] } )
client/Components/Button.tsx:62
FunctionTabs
(props: { optionNamesById: Record<TKey, string>; selected?: TKey | string; onChoose: (option: TKey) => v
client/Components/Tabs.tsx:3
FunctionTag
(props: { combatantId: string; tag: TagState })
client/InitiativeList/Tags.tsx:22
FunctionTagDetails
(props: { tag: Tag })
client/Combatant/CombatantDetails.tsx:94
FunctionTags
(props: { tags: TagState[]; combatantId: string })
client/InitiativeList/Tags.tsx:8
FunctionTextField
(props: { label: string; fieldName: string })
client/StatBlockEditor/components/TextField.tsx:4
FunctionThreeColumnLayout
(props: { tracker: TrackerViewModel })
client/Layout/ThreeColumnLayout.tsx:12
FunctionToolbar
(props: ToolbarProps)
client/Commands/Toolbar.tsx:12
FunctionToolbarHost
(props: { tracker: TrackerViewModel })
client/Layout/ToolbarHost.tsx:7
MethodTotal
()
client/Rules/RollResult.ts:10
FunctionTurnTimerReadout
(props: { observableReadout: KnockoutObservable<string>; })
client/CombatFooter/CombatFooter.tsx:83
FunctionTutorial
(props: { onClose: () => void })
client/Tutorial/Tutorial.tsx:10
MethodUpdateEncounter
(id: string, newState: any)
server/RedisPlayerViewManager.ts:33
MethodUpdateEncounter
(id: string, newState: any)
server/InMemoryPlayerViewManager.ts:23
FunctionUpdateNotesPromptComponent
()
client/Prompts/UpdateNotesPrompt.tsx:9
MethodUpdateSettings
( encounterId: string, updatedSettings: PlayerViewSettings )
client/PlayerView/PlayerViewClient.ts:34
MethodUpdateSettings
(id: string, newSettings: any)
server/RedisPlayerViewManager.ts:41
MethodUpdateSettings
(id: string, newSettings: any)
server/InMemoryPlayerViewManager.ts:28
FunctionValueAndNotesField
(props: { label: string; fieldName: string; })
client/StatBlockEditor/components/StatBlockEditorFields.tsx:13
FunctionVerticalResizer
(props: { adjustWidth: (widthOffset: number) => void; })
client/Layout/VerticalResizer.tsx:4
FunctionabilityScoreField
(abilityName: string)
client/StatBlockEditor/components/StatBlockEditorFields.tsx:60
MethodcomponentDidCatch
(error: Error, errorInfo: React.ErrorInfo)
client/Components/ErrorBoundary.tsx:28
MethodcomponentDidCatch
(error, info)
client/StatBlockEditor/StatBlockEditor.tsx:57
MethodcomponentDidMount
()
client/PlayerView/components/CombatFooter.tsx:39
MethodcomponentDidMount
()
client/Components/Overlay.tsx:46
MethodcomponentDidMount
()
client/Prompts/PendingPrompts.tsx:44
MethodcomponentDidMount
()
client/StatBlockEditor/components/AutocompleteTextInput.tsx:15
MethodcomponentDidUpdate
(prevProps: PlayerViewState)
client/PlayerView/components/PlayerView.tsx:153
MethodcomponentDidUpdate
(prevProps: CombatFooterProps)
client/PlayerView/components/CombatFooter.tsx:35
← previousnext →401–500 of 602, ranked by callers