MCPcopy Create free account

hub / github.com/DottieDot/GTAV-NativeDB / functions

Functions247 in github.com/DottieDot/GTAV-NativeDB

↓ 1 callersFunctionuseQuery
()
src/hooks/useQuery.ts:4
↓ 1 callersFunctionuseResetCache
(_data: unknown)
src/components/NativeSelect/NativeSelect.tsx:26
↓ 1 callersFunctionuseSelectedColorScheme
(dark: boolean)
src/Theme.tsx:70
↓ 1 callersFunctionuseType
(type: string)
src/hooks/useType.ts:3
↓ 1 callersFunctionuseUpdateAvailable
()
src/hooks/useUpdateAvailable.ts:3
↓ 1 callersFunctionuseUpdateServiceWorker
()
src/hooks/useUpdateServiceWorker.ts:4
FunctionApp
()
src/App.tsx:27
FunctionAppBar
(props: AppBarProps)
src/components/AppBar/AppBar.tsx:7
FunctionAppBarAction
({ text, mobileIcon, buttonProps: { href, target, onClick }}: AppBarActionProps)
src/components/AppBar/Mobile.tsx:13
FunctionAppBarAction
({ text, desktopIcon, buttonProps }: AppBarActionProps)
src/components/AppBar/Desktop.tsx:11
FunctionAppRibbon
({ children }: AppRibbonProps)
src/components/AppRibbon/AppRibbon.tsx:71
FunctionAppTile
({ icon, text, url }: AppTileProps)
src/components/AppRibbon/AppTile.tsx:27
FunctionApps
()
src/components/AppRibbon/Apps.tsx:15
FunctionAppsDialog
({ open, onClose }: Props)
src/components/AppRibbon/AppsDialog.tsx:9
FunctionAppsPopover
(props: PopoverProps)
src/components/AppRibbon/AppsPopover.tsx:4
FunctionCPlusPlus
()
src/pages/GenerateCodePage/CPlusPlus.tsx:5
FunctionCSharpEnum
()
src/pages/GenerateCodePage/CSharpEnum.tsx:5
FunctionCodeComment
({ noWrap = false, children, sx, ...rest }: CodeCommentProps)
src/components/CodeComment/CodeComment.tsx:8
FunctionCodeExamples
({ examples }: CodeExamplesProps)
src/components/CodeExamples/CodeExamples.tsx:25
FunctionCodeGenOptionComponent
(props: CodeGenOptionComponentProps<TSettings>)
src/pages/GenerateCodePage/Language.tsx:41
FunctionCollapsible
({ children, label, variant, fullWidth }: CollapsibleProps)
src/components/Collapsible/Collapsible.tsx:11
FunctionConstDefinition
({ constName }: ConstDefinitionProps)
src/components/ConstDefinition/ConstDefinition.tsx:65
FunctionCopyableText
({ children }: CopyableTextProps)
src/components/CopyableText/CopyableText.tsx:10
FunctionDesktop
({ ...rest }: AppBarProps)
src/components/AppBar/Desktop.tsx:33
FunctionDesktop
()
src/pages/NativesPage/NativesPage.tsx:11
FunctionDesktopSearch
({ search }: DesktopSearchProps)
src/components/AppBar/DesktopSearch.tsx:93
FunctionEnumDefinition
({ type, highlightValue }: EnumDefinitionProps)
src/components/TypeDefinition/EnumDefinition.tsx:12
FunctionEnumDefinitionForConst
({ constName }: ConstDefinitionProps)
src/components/ConstDefinition/ConstDefinition.tsx:43
FunctionGameNdb
({ base, game }: { base: string, game: Game })
src/Router.tsx:7
FunctionGenerateCodePage
()
src/pages/GenerateCodePage/GenerateCodePage.tsx:12
FunctionHashDefinition
({ constName }: ConstDefinitionProps)
src/components/ConstDefinition/ConstDefinition.tsx:16
FunctionHashing
()
src/pages/Hashing/Hashing.tsx:22
FunctionHeader
({ children, type }: HeaderProps)
src/components/UpdateDialog/UpdateDialog.tsx:20
FunctionJumpToNamespace
({ namespaces, onNamespaceClicked }: Props)
src/components/NativeList/JumpToNamespace.tsx:13
FunctionLanguage
({ name, defaultSettings, generator, options, advancedOptions, extension }: Props<TSettings>)
src/pages/GenerateCodePage/Language.tsx:114
FunctionLoadGate
()
src/App.tsx:11
FunctionLoadingPage
()
src/pages/LoadingScreen/LoadingScreen.tsx:6
FunctionLocalFileUpload
({ storeAs, label, helpText }: LocalFileUploadProps)
src/components/LocalFileUpload/LocalFileUpload.tsx:20
FunctionMobile
({ ...rest }: AppBarProps)
src/components/AppBar/Mobile.tsx:42
FunctionMobile
()
src/pages/NativesPage/NativesPage.tsx:116
FunctionNamespaceHeader
({ namespace, nativeCount, ...rest }: NativeHeaderProps)
src/components/NamespaceHeader/NativeHeader.tsx:30
FunctionNativeComment
({ children, sx, ...rest }: NativeCommentProps)
src/components/NativeComment/NativeComment.tsx:7
FunctionNativeConst
({ constName, popover }: NativeConstProps)
src/components/NativeValue/NativeConst.tsx:16
FunctionNativeDefinition
({ name, params, returnType, sx, noWrap = false, nameCopyable = true, ...rest }: NativeDefinitionProps)
src/components/NativeDefinition/NativeDefinition.tsx:20
FunctionNativeDetails
({ hash, jhash, build, sx, ...rest }: NativeDetailsProps)
src/components/NativeDetails/NativeDetails.tsx:11
FunctionNativeInfo
({ native: nativeHashParam }: NativeInfoProps)
src/pages/NativesPage/NativeInfo.tsx:17
FunctionNativeInfoDrawer
()
src/pages/NativesPage/NativesPage.tsx:49
FunctionNativeList
({ namespaces, sx = {}, ...rest }: NativeListProps)
src/components/NativeList/NativeList.tsx:16
FunctionNativeList
()
src/pages/NativesPage/NativeList.tsx:7
FunctionNativeListItem
({ nativeHash }: NativeListItemProps)
src/components/NativeList/NativeListItem.tsx:12
FunctionNativeLoader
()
src/NativeLoader.ts:8
FunctionNativeNotFound
({ nativeHash }: Props)
src/pages/NativesPage/NativeNotFound.tsx:7
FunctionNativeParams
({ params, ...rest }: NativeParamsProps)
src/components/NativeParams/NativeParams.tsx:13
FunctionNativeParamsEx
({ params, ...rest }: NativeParamsExProps)
src/components/NativeParamsEx/NativeParamsEx.tsx:14
FunctionNativeSelect
({ value, onChange, sx }: NativeSelectProps)
src/components/NativeSelect/NativeSelect.tsx:83
FunctionNativeType
({ popover = false, type }: NativeTypeProps)
src/components/NativeType/NativeType.tsx:16
FunctionNativeTypeDefinition
({ type }: NativeTypeDefinitionProps)
src/components/TypeDefinition/NativeTypeDefinition.tsx:10
FunctionNativeUsage
({ nativeHash, onNotFound }: NativeUsageProps)
src/components/NativeUsage/NativeUsage.tsx:10
FunctionNativesPage
()
src/pages/NativesPage/NativesPage.tsx:137
FunctionNoNativeSelected
()
src/pages/NativesPage/NoNativeSelected.tsx:3
FunctionOnlineStatusProvider
({ children }: OnlineStatusProviderProps)
src/components/OnlineStatusProvider/OnlineStatusProvider.tsx:11
FunctionRibbonButton
({ children, href, target, onClick, activeHref, label }: RibbonButtonProps)
src/components/AppRibbon/RibbonButton.tsx:65
FunctionRouter
()
src/Router.tsx:36
FunctionRust
()
src/pages/GenerateCodePage/Rust.tsx:5
FunctionSettingsControl
({ icon, label, children, sx }: SettingsControlProps)
src/components/SettingsControl/SettingsControl.tsx:28
FunctionSettingsDrawer
({ open, onClose }: SettingsDrawerProps)
src/components/AppRibbon/SettingsDrawer.tsx:15
FunctionStatsDialog
({ open, onClose }: Props)
src/components/AppBar/StatsDialog.tsx:9
FunctionStatusButton
()
src/components/AppBar/StatusButton.tsx:26
FunctionStatusIcon
({ status }: StatusIconProps)
src/components/AppBar/StatusButton.tsx:10
FunctionStructDefinition
({ type }: StructDefinitionProps)
src/components/TypeDefinition/StructDefinition.tsx:11
FunctionSyntaxHighlighter
({ language, children, customStyle }: SyntaxHighlighterProps)
src/components/SnytaxHighlighter/SyntaxHighlighter.tsx:12
FunctionTheme
({ children }: { children: ReactNode })
src/Theme.tsx:103
FunctionThemeColor
({ label, themeColor, prop, onChange }: ThemeColorProps)
src/components/ThemeEditor/ThemeColor.tsx:26
FunctionThemeEditor
({ themeId }: ThemeEditorProps)
src/components/ThemeEditor/ThemeEditor.tsx:66
FunctionThemeJsonEditor
({ themeId }: ThemeJsonEditorProps)
src/components/ThemeJsonEditor/ThemeJsonEditor.tsx:11
FunctionThemeManager
()
src/components/ThemeManager/ThemeManager.tsx:53
FunctionThemeSelector
()
src/components/ThemeSelector/ThemeSelector.tsx:9
FunctionTypeScript
()
src/pages/GenerateCodePage/TypeScript.tsx:5
FunctionUpdateDialog
()
src/components/UpdateDialog/UpdateDialog.tsx:49
MethodaddNative
(native: CodeGenNative)
src/code-generation/CSharpEnumCodeGenerator.ts:26
MethodaddNative
(native: CodeGenNative)
src/code-generation/TSCodeGenerator.ts:85
MethodaddNative
(native: CodeGenNative)
src/code-generation/RustCodeGenerator.ts:43
MethodaddNative
(native: CodeGenNative)
src/code-generation/CPlusPlusCodeGenerator.ts:66
FunctionatLiteralStringHash
(input: &str)
wasm-lib/src/lib.rs:20
FunctionatStringHash
(input: &str)
wasm-lib/src/lib.rs:8
FunctionatStringHash64
(input: &str)
wasm-lib/src/lib.rs:14
Functionat_string_hash_t
( input: &str, initial: T )
wasm-lib/src/lib.rs:39
Functionconditional
(condition: boolean, fn: (generator: this) => this)
src/code-generation/CodeGeneratorBase.ts:219
Functionconstructor
(settings: TSettings)
src/code-generation/CodeGeneratorBase.ts:86
Methodconstructor
(codeGenerator: ICodeGenerator)
src/code-generation/NativeExporter.ts:14
Methodconstructor
(game: Game)
src/external/NativeDataLoader.ts:21
Methodend
()
src/code-generation/CSharpEnumCodeGenerator.ts:72
Methodend
()
src/code-generation/TSCodeGenerator.ts:58
Methodend
()
src/code-generation/RustCodeGenerator.ts:28
Methodend
()
src/code-generation/CPlusPlusCodeGenerator.ts:40
MethodformatComment
(comment: string)
src/code-generation/CSharpEnumCodeGenerator.ts:22
MethodformatComment
(comment: string, documentation: boolean)
src/code-generation/RustCodeGenerator.ts:83
MethodformatComment
(comment: string)
src/code-generation/CPlusPlusCodeGenerator.ts:100
MethodformatInvokeParam
({ name, type }: CodeGenParam)
src/code-generation/CPlusPlusCodeGenerator.ts:118
MethodgetClosingBracket
()
src/code-generation/CSharpEnumCodeGenerator.ts:18
← previousnext →101–200 of 247, ranked by callers