MCPcopy Create free account

hub / github.com/danielkrupinski/GOESP / functions

Functions3,911 in github.com/danielkrupinski/GOESP

FunctionIsWindowsVersionOrGreater
GOESP/imgui/imgui_impl_win32.cpp:313
MethodItemAdd
Declare item bounding box for clipping and interaction. Note that the size can be different than the one provided to ItemSize(). Typically, widgets th
GOESP/imgui/imgui.cpp:7349
MethodItemGetter
GOESP/imgui/imgui_demo.cpp:1053
MethodItemHoverable
Internal facing ItemHoverable() used when submitting widgets. Differs slightly from IsItemHovered().
GOESP/imgui/imgui.cpp:3187
MethodItemSize
Advance cursor given item size for layout. Register minimum needed size so it can extend the bounding box used for auto-fit calculation. See comments
GOESP/imgui/imgui.cpp:7308
FunctionItems_ArrayGetter
Getter for the old Combo() API: const char*[]
GOESP/imgui/imgui_widgets.cpp:1671
FunctionItems_SingleStringGetter
Getter for the old Combo() API: "item1\0item2\0item3\0"
GOESP/imgui/imgui_widgets.cpp:1680
FunctionJSON_CATCH
GOESP/nlohmann/json.hpp:18147
MethodJSON_CATCH
GOESP/nlohmann/json.hpp:12311
FunctionJSON_INTERNAL_CATCH
GOESP/nlohmann/json.hpp:20861
MethodKeepAliveID
GOESP/imgui/imgui.cpp:3099
MethodLabelText
GOESP/imgui/imgui_widgets.cpp:334
MethodLabelTextV
Add a label+text combo aligned to other label+value widgets
GOESP/imgui/imgui_widgets.cpp:343
MethodLinuxFile
GOESP/Linux/LinuxFile.h:10
MethodLinuxFileMap
GOESP/Linux/LinuxFileMap.h:8
MethodListBox
GOESP/imgui/imgui_widgets.cpp:6230
FunctionListBoxFooter
GOESP/imgui/imgui.h:2765
FunctionListBoxHeader
Helper to calculate size from items_count and height_in_items
GOESP/imgui/imgui.h:2764
MethodListBoxHeader
OBSOLETED in 1.81 (from February 2021)
GOESP/imgui/imgui_widgets.cpp:6207
MethodLoadIniSettingsFromDisk
GOESP/imgui/imgui.cpp:10345
MethodLoadIniSettingsFromMemory
Zero-tolerance, no error reporting, cheap .ini parsing
GOESP/imgui/imgui.cpp:10356
MethodLogBegin
Start logging/capturing text output
GOESP/imgui/imgui.cpp:10086
MethodLogButtons
Helper to display logging buttons FIXME-OBSOLETE: We should probably obsolete this and let the user have their own helper (this is one of the oldest f
GOESP/imgui/imgui.cpp:10200
MethodLogFinish
GOESP/imgui/imgui.cpp:10164
MethodLogRenderedText
Internal version that takes a position to decide on newline placement and pad items according to their depth. We split text into individual lines to a
GOESP/imgui/imgui.cpp:10027
MethodLogSetNextTextDecoration
Important: doesn't copy underlying data, use carefully (prefix/suffix must be in scope at the time of the next LogRenderedText)
GOESP/imgui/imgui.cpp:10103
MethodLogText
GOESP/imgui/imgui.cpp:10003
MethodLogTextV
GOESP/imgui/imgui.cpp:10015
MethodLogToBuffer
GOESP/imgui/imgui.cpp:10156
MethodLogToClipboard
Start logging/capturing text output to clipboard
GOESP/imgui/imgui.cpp:10148
MethodLogToFile
Start logging/capturing text output to given file
GOESP/imgui/imgui.cpp:10123
MethodLogToTTY
GOESP/imgui/imgui.cpp:10110
MethodLootCrateData
GOESP/GameData.cpp:719
FunctionMallocWrapper
GOESP/imgui/imgui.cpp:961
MethodMarkIniSettingsDirty
GOESP/imgui/imgui.cpp:10273
MethodMarkItemEdited
GOESP/imgui/imgui.cpp:3108
MethodMemAlloc
IM_ALLOC() == ImGui::MemAlloc()
GOESP/imgui/imgui.cpp:3317
MethodMemFree
IM_FREE() == ImGui::MemFree()
GOESP/imgui/imgui.cpp:3325
MethodMemory
GOESP/Memory.cpp:127
FunctionMenuBarRect
GOESP/imgui/imgui_internal.h:1850
MethodMenuItem
GOESP/imgui/imgui_widgets.cpp:6840
MethodMonochromeEffect
GOESP/PostProcessing.cpp:531
FunctionMove_CVT
GOESP/freetype/src/truetype/ttinterp.c:1593
FunctionMove_CVT_Stretched
GOESP/freetype/src/truetype/ttinterp.c:1602
MethodMyCallback
GOESP/imgui/imgui_demo.cpp:1317
MethodMyDocument
GOESP/imgui/imgui_demo.cpp:7393
MethodMyInputTextMultiline
Note: Because ImGui:: is a namespace you would typically add your own function into the namespace. For example, you code may declare a function 'ImGui
GOESP/imgui/imgui_demo.cpp:1393
MethodMyResizeCallback
GOESP/imgui/imgui_demo.cpp:1379
MethodNavApplyItemToResult
GOESP/imgui/imgui.cpp:8718
MethodNavCalcPreferredRefPos
GOESP/imgui/imgui.cpp:8896
MethodNavEndFrame
GOESP/imgui/imgui.cpp:9383
MethodNavInitWindow
This needs to be called before we submit any widget (aka in or before Begin)
GOESP/imgui/imgui.cpp:8871
MethodNavMoveRequestButNoResultYet
GOESP/imgui/imgui.cpp:8788
MethodNavMoveRequestCancel
GOESP/imgui/imgui.cpp:8794
MethodNavMoveRequestForward
GOESP/imgui/imgui.cpp:8801
MethodNavMoveRequestTryWrapping
GOESP/imgui/imgui.cpp:8813
MethodNavProcessItem
We get there when either NavId == id, or when g.NavAnyRequest is set (which is updated by NavUpdateAnyRequestFlag above)
GOESP/imgui/imgui.cpp:8727
MethodNavRestoreLastChildNavWindow
Restore the last focused child. Call when we are expected to land on the Main Layer (0) after FocusWindow()
GOESP/imgui/imgui.cpp:8836
MethodNavRestoreLayer
GOESP/imgui/imgui.cpp:8843
MethodNavSaveLastChildNavWindowIntoParent
FIXME: This could be replaced by updating a frame number in each window when (window == NavWindow) and (NavLayer == 0). This way we could find the las
GOESP/imgui/imgui.cpp:8825
MethodNavScoreItem
Scoring function for gamepad/keyboard directional navigation. Based on https://gist.github.com/rygorous/6981057
GOESP/imgui/imgui.cpp:8587
MethodNavUpdate
GOESP/imgui/imgui.cpp:8954
MethodNavUpdateAnyRequestFlag
GOESP/imgui/imgui.cpp:8862
MethodNavUpdateInitResult
GOESP/imgui/imgui.cpp:9227
MethodNavUpdateMoveResult
Apply result from previous frame navigation directional move request
GOESP/imgui/imgui.cpp:9245
MethodNavUpdatePageUpPageDown
Handle PageUp/PageDown/Home/End keys
GOESP/imgui/imgui.cpp:9310
MethodNavUpdateWindowing
Windowing management mode Keyboard: CTRL+Tab (change focus/move/resize), Alt (toggle menu layer) Gamepad: Hold Menu/Square (change focus/move/resize)
GOESP/imgui/imgui.cpp:9482
MethodNavUpdateWindowingOverlay
Overlay displayed when using CTRL+TAB. Called by EndFrame().
GOESP/imgui/imgui.cpp:9635
MethodNewFrame
GOESP/imgui/imgui.cpp:3882
MethodNewLine
GOESP/imgui/imgui_widgets.cpp:1324
MethodNextColumn
GOESP/imgui/imgui_tables.cpp:3831
MethodObserverData
GOESP/GameData.cpp:738
MethodOffscreenEnemies
GOESP/Hacks/Misc.cpp:67
MethodOpenPopup
GOESP/imgui/imgui.cpp:8075
FunctionOpenPopupContextItem
OBSOLETED in 1.79 (from August 2020)
GOESP/imgui/imgui.h:2767
MethodOpenPopupEx
Mark popup as open (toggle toward open state). Popups are closed when user click outside, or activate a pressable item, or CloseCurrentPopup() is call
GOESP/imgui/imgui.cpp:8085
MethodOpenPopupOnItemClick
Helper to open a popup if mouse button is released over the item - This is essentially the same as BeginPopupContextItem() but without the trailing Be
GOESP/imgui/imgui.cpp:8327
FunctionOverlaps
GOESP/imgui/imgui_internal.h:459
MethodOverlayWindow
GOESP/Hacks/Misc.cpp:59
FunctionPS_Conv_StringDecode
GOESP/freetype/src/psaux/psconv.c:368
MethodPairCompareByID
GOESP/imgui/imgui.cpp:1897
MethodPathBezierCubicCurveTo
GOESP/imgui/imgui_draw.cpp:1252
MethodPathBezierCurveTo
GOESP/imgui/imgui.h:2432
MethodPathBezierQuadraticCurveTo
GOESP/imgui/imgui_draw.cpp:1267
MethodPathClear
Stateful path API, add points then finish with PathFillConvex() or PathStroke()
GOESP/imgui/imgui.h:2392
MethodPathLineToMergeDuplicate
GOESP/imgui/imgui.h:2394
MethodPathRect
GOESP/imgui/imgui_draw.cpp:1316
MethodPlayer
GOESP/Hacks/ESP.cpp:148
MethodPlayerData
GOESP/GameData.cpp:417
MethodPlayerData
GOESP/GameData.h:115
MethodPlotEx
GOESP/imgui/imgui_widgets.cpp:6294
MethodPlotHistogram
GOESP/imgui/imgui_widgets.cpp:6438
MethodPlotLines
GOESP/imgui/imgui_widgets.cpp:6427
FunctionPlot_ArrayGetter
GOESP/imgui/imgui_widgets.cpp:6420
MethodPopAllowKeyboardFocus
GOESP/imgui/imgui.cpp:6534
MethodPopButtonRepeat
GOESP/imgui/imgui.cpp:6544
MethodPopClipRect
GOESP/imgui/imgui_draw.cpp:584
MethodPopColumnsBackground
GOESP/imgui/imgui_tables.cpp:3716
MethodPopFocusScope
GOESP/imgui/imgui.cpp:6927
MethodPopFont
GOESP/imgui/imgui.cpp:6497
← previousnext →2,601–2,700 of 3,911, ranked by callers