MCPcopy Create free account

hub / github.com/danielkrupinski/GOESP / functions

Functions3,911 in github.com/danielkrupinski/GOESP

FunctionFT_TrueTypeGX_Validate
GOESP/freetype/src/base/ftgxval.c:36
MethodFilterImGuiLetters
Return 0 (pass) if the character is 'i' or 'm' or 'g' or 'u' or 'i'
GOESP/imgui/imgui_demo.cpp:1286
MethodFindBestWindowPosForPopup
GOESP/imgui/imgui.cpp:8473
MethodFindBestWindowPosForPopupEx
r_avoid = the rectangle to avoid (e.g. for tooltip it is a rectangle around the mouse cursor which we want to avoid. for popups it's a small point aro
GOESP/imgui/imgui.cpp:8388
MethodFindOrCreateColumns
GOESP/imgui/imgui_tables.cpp:3728
MethodFindOrCreateWindowSettings
GOESP/imgui/imgui.cpp:10319
MethodFindRenderedTextEnd
GOESP/imgui/imgui.cpp:2646
MethodFindSettingsHandler
GOESP/imgui/imgui.cpp:10326
MethodFindWindowByID
GOESP/imgui/imgui.cpp:5080
MethodFindWindowByName
GOESP/imgui/imgui.cpp:5086
MethodFindWindowFocusIndex
GOESP/imgui/imgui.cpp:9445
MethodFindWindowSettings
GOESP/imgui/imgui.cpp:10310
FunctionFloor
Full version, ensure both points are fully clipped.
GOESP/imgui/imgui_internal.h:469
MethodFocusTopMostWindowUnderOne
GOESP/imgui/imgui.cpp:6444
MethodFocusWindow
Moving window to front of display and set focus (which happens to be back of our sorted list)
GOESP/imgui/imgui.cpp:6401
MethodFocusableItemRegister
Process TAB/Shift+TAB. Be mindful that this function may _clear_ the ActiveID when tabbing out.
GOESP/imgui/imgui.cpp:3249
MethodFocusableItemUnregister
GOESP/imgui/imgui.cpp:3286
MethodFontPush
GOESP/Hacks/ESP.cpp:348
FunctionFreeType_Alloc
FreeType memory allocation callbacks
GOESP/imgui/imgui_freetype.cpp:700
FunctionFreeType_Free
GOESP/imgui/imgui_freetype.cpp:705
FunctionFreeType_Realloc
GOESP/imgui/imgui_freetype.cpp:710
FunctionFreeWrapper
GOESP/imgui/imgui.cpp:962
MethodGUI
GOESP/GUI.cpp:45
MethodGcAwakeTransientWindowBuffers
GOESP/imgui/imgui.cpp:3033
MethodGcCompactTransientMiscBuffers
GOESP/imgui/imgui.cpp:3009
MethodGcCompactTransientWindowBuffers
Free up/compact internal window buffers, we can use this when a window becomes unused. Not freed: - ImGuiWindow, ImGuiWindowSettings, Name, StateStora
GOESP/imgui/imgui.cpp:3021
FunctionGetActiveID
GOESP/imgui/imgui_internal.h:2264
MethodGetAllocatorFunctions
This is provided to facilitate copying allocators from one static/DLL boundary to another (e.g. retrieve default allocator of your executable address
GOESP/imgui/imgui.cpp:3375
FunctionGetArea
GOESP/imgui/imgui_internal.h:452
FunctionGetBL
Top-right
GOESP/imgui/imgui_internal.h:455
FunctionGetBR
Bottom-left
GOESP/imgui/imgui_internal.h:456
MethodGetBackgroundDrawList
GOESP/imgui/imgui.cpp:3479
MethodGetBit
GOESP/imgui/imgui.h:2519
MethodGetBool
GOESP/imgui/imgui.cpp:1917
MethodGetBoolRef
GOESP/imgui/imgui.cpp:1947
MethodGetBuilderForFreeType
GOESP/imgui/imgui_freetype.cpp:757
FunctionGetByIndex
GOESP/imgui/imgui_internal.h:583
FunctionGetByKey
GOESP/imgui/imgui_internal.h:582
FunctionGetCenter
GOESP/imgui/imgui_internal.h:448
MethodGetClipRectMax
GOESP/imgui/imgui.h:2356
MethodGetClipRectMin
GOESP/imgui/imgui.h:2355
MethodGetClipboardText
GOESP/imgui/imgui.cpp:3333
FunctionGetClipboardTextFn_DefaultImpl
Win32 clipboard implementation We use g.ClipboardHandlerData for temporary storage to ensure it is freed on Shutdown()
GOESP/imgui/imgui.cpp:10596
MethodGetColorU32
GOESP/imgui/imgui.cpp:2423
MethodGetColumnIndex
GOESP/imgui/imgui_tables.cpp:3575
MethodGetColumnNormFromOffset
GOESP/imgui/imgui_tables.cpp:3592
MethodGetColumnOffset
GOESP/imgui/imgui_tables.cpp:3616
MethodGetColumnOffsetFromNorm
GOESP/imgui/imgui_tables.cpp:3587
MethodGetColumnWidth
GOESP/imgui/imgui_tables.cpp:3645
MethodGetColumnsCount
GOESP/imgui/imgui_tables.cpp:3581
MethodGetColumnsID
GOESP/imgui/imgui_tables.cpp:3741
MethodGetContentRegionAvail
GOESP/imgui/imgui.cpp:7641
FunctionGetContentRegionAvailWidth
OBSOLETED in 1.70 (from May 2019)
GOESP/imgui/imgui.h:2790
MethodGetContentRegionMax
FIXME: This is in window space (not screen space!).
GOESP/imgui/imgui.cpp:7620
MethodGetContentRegionMaxAbs
[Internal] Absolute coordinate. Saner. This is not exposed until we finishing refactoring work rect features.
GOESP/imgui/imgui.cpp:7631
MethodGetCurrentContext
Internal state access - if you want to share Dear ImGui state between modules (e.g. DLL) or allocate it yourself Note that we still point to some stat
GOESP/imgui/imgui.cpp:3353
FunctionGetCurrentTable
Tables: Internals
GOESP/imgui/imgui_internal.h:2373
MethodGetCursorPos
User generally sees positions in window coordinates. Internally we store CursorPos in absolute screen coordinates because it is more convenient. Conve
GOESP/imgui/imgui.cpp:7447
MethodGetCursorPosX
GOESP/imgui/imgui.cpp:7453
MethodGetCursorPosY
GOESP/imgui/imgui.cpp:7459
MethodGetCursorScreenPos
GOESP/imgui/imgui.cpp:7432
MethodGetCursorStartPos
GOESP/imgui/imgui.cpp:7486
MethodGetDragDropPayload
GOESP/imgui/imgui.cpp:9966
MethodGetDrawData
Pass this to your backend rendering function! Valid after Render() and until the next call to NewFrame()
GOESP/imgui/imgui.cpp:3438
MethodGetDrawListSharedData
GOESP/imgui/imgui.cpp:3501
MethodGetFloat
GOESP/imgui/imgui.cpp:1922
MethodGetFloatRef
GOESP/imgui/imgui.cpp:1952
FunctionGetFocusID
GOESP/imgui/imgui_internal.h:2265
FunctionGetFocusScope
Focus scope which is actually active
GOESP/imgui/imgui_internal.h:2331
FunctionGetFocusedFocusScope
GOESP/imgui/imgui_internal.h:2330
MethodGetFont
GOESP/imgui/imgui.cpp:6889
MethodGetFontSize
GOESP/imgui/imgui.cpp:6894
MethodGetFontTexUvWhitePixel
GOESP/imgui/imgui.cpp:6899
MethodGetForegroundDrawList
GOESP/imgui/imgui.cpp:3490
MethodGetFrameCount
GOESP/imgui/imgui.cpp:3450
MethodGetFrameHeight
GOESP/imgui/imgui.cpp:7605
MethodGetFrameHeightWithSpacing
GOESP/imgui/imgui.cpp:7611
MethodGetGlyphRangesJapanese
GOESP/imgui/imgui_draw.cpp:2904
MethodGetGlyphRangesVietnamese
GOESP/imgui/imgui_draw.cpp:3018
FunctionGetHeight
GOESP/imgui/imgui_internal.h:451
MethodGetHoveredID
GOESP/imgui/imgui.cpp:3093
MethodGetIDWithSeed
Helper to avoid a common series of PushOverrideID -> GetID() -> PopID() call (note that when using this pattern, TestEngine's "Stack Tool" will tend t
GOESP/imgui/imgui.cpp:7018
FunctionGetItemID
Basic Accessors
GOESP/imgui/imgui_internal.h:2262
MethodGetItemRectMax
GOESP/imgui/imgui.cpp:4933
MethodGetItemRectMin
GOESP/imgui/imgui.cpp:4927
MethodGetItemRectSize
GOESP/imgui/imgui.cpp:4939
FunctionGetItemStatusFlags
Get ID of last item (~~ often same ImGui::GetID(label) beforehand)
GOESP/imgui/imgui_internal.h:2263
FunctionGetItemsFlags
GOESP/imgui/imgui_internal.h:2266
MethodGetKeyIndex
GOESP/imgui/imgui.cpp:4601
MethodGetKeyPressedAmount
GOESP/imgui/imgui.cpp:4637
MethodGetMainViewport
GOESP/imgui/imgui.cpp:10545
MethodGetMergedKeyModFlags
GOESP/imgui/imgui.cpp:3871
MethodGetMouseCursor
GOESP/imgui/imgui.cpp:4787
MethodGetMouseDragDelta
Return the delta from the initial clicking position while the mouse button is clicked or was just released. This is locked and return 0.0f until the m
GOESP/imgui/imgui.cpp:4766
MethodGetMousePos
GOESP/imgui/imgui.cpp:4728
MethodGetMousePosOnOpeningCurrentPopup
NB: prefer to call right after BeginPopup(). At the time Selectable/MenuItem is activated, the popup is already closed!
GOESP/imgui/imgui.cpp:4735
MethodGetNavInputAmount
GOESP/imgui/imgui.cpp:8916
MethodGetNavInputAmount2d
GOESP/imgui/imgui.cpp:8938
FunctionGetOrAddByKey
GOESP/imgui/imgui_internal.h:585
FunctionGetRedoAvailCount
GOESP/imgui/imgui_internal.h:987
← previousnext →2,301–2,400 of 3,911, ranked by callers