Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danielkrupinski/GOESP
/ functions
Functions
3,911 in github.com/danielkrupinski/GOESP
⨍
Functions
3,911
◇
Types & classes
835
Function
IsWindowsVersionOrGreater
GOESP/imgui/imgui_impl_win32.cpp:313
Method
ItemAdd
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
Method
ItemGetter
GOESP/imgui/imgui_demo.cpp:1053
Method
ItemHoverable
Internal facing ItemHoverable() used when submitting widgets. Differs slightly from IsItemHovered().
GOESP/imgui/imgui.cpp:3187
Method
ItemSize
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
Function
Items_ArrayGetter
Getter for the old Combo() API: const char*[]
GOESP/imgui/imgui_widgets.cpp:1671
Function
Items_SingleStringGetter
Getter for the old Combo() API: "item1\0item2\0item3\0"
GOESP/imgui/imgui_widgets.cpp:1680
Function
JSON_CATCH
GOESP/nlohmann/json.hpp:18147
Method
JSON_CATCH
GOESP/nlohmann/json.hpp:12311
Function
JSON_INTERNAL_CATCH
GOESP/nlohmann/json.hpp:20861
Method
KeepAliveID
GOESP/imgui/imgui.cpp:3099
Method
LabelText
GOESP/imgui/imgui_widgets.cpp:334
Method
LabelTextV
Add a label+text combo aligned to other label+value widgets
GOESP/imgui/imgui_widgets.cpp:343
Method
LinuxFile
GOESP/Linux/LinuxFile.h:10
Method
LinuxFileMap
GOESP/Linux/LinuxFileMap.h:8
Method
ListBox
GOESP/imgui/imgui_widgets.cpp:6230
Function
ListBoxFooter
GOESP/imgui/imgui.h:2765
Function
ListBoxHeader
Helper to calculate size from items_count and height_in_items
GOESP/imgui/imgui.h:2764
Method
ListBoxHeader
OBSOLETED in 1.81 (from February 2021)
GOESP/imgui/imgui_widgets.cpp:6207
Method
LoadIniSettingsFromDisk
GOESP/imgui/imgui.cpp:10345
Method
LoadIniSettingsFromMemory
Zero-tolerance, no error reporting, cheap .ini parsing
GOESP/imgui/imgui.cpp:10356
Method
LogBegin
Start logging/capturing text output
GOESP/imgui/imgui.cpp:10086
Method
LogButtons
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
Method
LogFinish
GOESP/imgui/imgui.cpp:10164
Method
LogRenderedText
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
Method
LogSetNextTextDecoration
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
Method
LogText
GOESP/imgui/imgui.cpp:10003
Method
LogTextV
GOESP/imgui/imgui.cpp:10015
Method
LogToBuffer
GOESP/imgui/imgui.cpp:10156
Method
LogToClipboard
Start logging/capturing text output to clipboard
GOESP/imgui/imgui.cpp:10148
Method
LogToFile
Start logging/capturing text output to given file
GOESP/imgui/imgui.cpp:10123
Method
LogToTTY
GOESP/imgui/imgui.cpp:10110
Method
LootCrateData
GOESP/GameData.cpp:719
Function
MallocWrapper
GOESP/imgui/imgui.cpp:961
Method
MarkIniSettingsDirty
GOESP/imgui/imgui.cpp:10273
Method
MarkItemEdited
GOESP/imgui/imgui.cpp:3108
Method
MemAlloc
IM_ALLOC() == ImGui::MemAlloc()
GOESP/imgui/imgui.cpp:3317
Method
MemFree
IM_FREE() == ImGui::MemFree()
GOESP/imgui/imgui.cpp:3325
Method
Memory
GOESP/Memory.cpp:127
Function
MenuBarRect
GOESP/imgui/imgui_internal.h:1850
Method
MenuItem
GOESP/imgui/imgui_widgets.cpp:6840
Method
MonochromeEffect
GOESP/PostProcessing.cpp:531
Function
Move_CVT
GOESP/freetype/src/truetype/ttinterp.c:1593
Function
Move_CVT_Stretched
GOESP/freetype/src/truetype/ttinterp.c:1602
Method
MyCallback
GOESP/imgui/imgui_demo.cpp:1317
Method
MyDocument
GOESP/imgui/imgui_demo.cpp:7393
Method
MyInputTextMultiline
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
Method
MyResizeCallback
GOESP/imgui/imgui_demo.cpp:1379
Method
NavApplyItemToResult
GOESP/imgui/imgui.cpp:8718
Method
NavCalcPreferredRefPos
GOESP/imgui/imgui.cpp:8896
Method
NavEndFrame
GOESP/imgui/imgui.cpp:9383
Method
NavInitWindow
This needs to be called before we submit any widget (aka in or before Begin)
GOESP/imgui/imgui.cpp:8871
Method
NavMoveRequestButNoResultYet
GOESP/imgui/imgui.cpp:8788
Method
NavMoveRequestCancel
GOESP/imgui/imgui.cpp:8794
Method
NavMoveRequestForward
GOESP/imgui/imgui.cpp:8801
Method
NavMoveRequestTryWrapping
GOESP/imgui/imgui.cpp:8813
Method
NavProcessItem
We get there when either NavId == id, or when g.NavAnyRequest is set (which is updated by NavUpdateAnyRequestFlag above)
GOESP/imgui/imgui.cpp:8727
Method
NavRestoreLastChildNavWindow
Restore the last focused child. Call when we are expected to land on the Main Layer (0) after FocusWindow()
GOESP/imgui/imgui.cpp:8836
Method
NavRestoreLayer
GOESP/imgui/imgui.cpp:8843
Method
NavSaveLastChildNavWindowIntoParent
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
Method
NavScoreItem
Scoring function for gamepad/keyboard directional navigation. Based on https://gist.github.com/rygorous/6981057
GOESP/imgui/imgui.cpp:8587
Method
NavUpdate
GOESP/imgui/imgui.cpp:8954
Method
NavUpdateAnyRequestFlag
GOESP/imgui/imgui.cpp:8862
Method
NavUpdateInitResult
GOESP/imgui/imgui.cpp:9227
Method
NavUpdateMoveResult
Apply result from previous frame navigation directional move request
GOESP/imgui/imgui.cpp:9245
Method
NavUpdatePageUpPageDown
Handle PageUp/PageDown/Home/End keys
GOESP/imgui/imgui.cpp:9310
Method
NavUpdateWindowing
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
Method
NavUpdateWindowingOverlay
Overlay displayed when using CTRL+TAB. Called by EndFrame().
GOESP/imgui/imgui.cpp:9635
Method
NewFrame
GOESP/imgui/imgui.cpp:3882
Method
NewLine
GOESP/imgui/imgui_widgets.cpp:1324
Method
NextColumn
GOESP/imgui/imgui_tables.cpp:3831
Method
ObserverData
GOESP/GameData.cpp:738
Method
OffscreenEnemies
GOESP/Hacks/Misc.cpp:67
Method
OpenPopup
GOESP/imgui/imgui.cpp:8075
Function
OpenPopupContextItem
OBSOLETED in 1.79 (from August 2020)
GOESP/imgui/imgui.h:2767
Method
OpenPopupEx
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
Method
OpenPopupOnItemClick
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
Function
Overlaps
GOESP/imgui/imgui_internal.h:459
Method
OverlayWindow
GOESP/Hacks/Misc.cpp:59
Function
PS_Conv_StringDecode
GOESP/freetype/src/psaux/psconv.c:368
Method
PairCompareByID
GOESP/imgui/imgui.cpp:1897
Method
PathBezierCubicCurveTo
GOESP/imgui/imgui_draw.cpp:1252
Method
PathBezierCurveTo
GOESP/imgui/imgui.h:2432
Method
PathBezierQuadraticCurveTo
GOESP/imgui/imgui_draw.cpp:1267
Method
PathClear
Stateful path API, add points then finish with PathFillConvex() or PathStroke()
GOESP/imgui/imgui.h:2392
Method
PathLineToMergeDuplicate
GOESP/imgui/imgui.h:2394
Method
PathRect
GOESP/imgui/imgui_draw.cpp:1316
Method
Player
GOESP/Hacks/ESP.cpp:148
Method
PlayerData
GOESP/GameData.cpp:417
Method
PlayerData
GOESP/GameData.h:115
Method
PlotEx
GOESP/imgui/imgui_widgets.cpp:6294
Method
PlotHistogram
GOESP/imgui/imgui_widgets.cpp:6438
Method
PlotLines
GOESP/imgui/imgui_widgets.cpp:6427
Function
Plot_ArrayGetter
GOESP/imgui/imgui_widgets.cpp:6420
Method
PopAllowKeyboardFocus
GOESP/imgui/imgui.cpp:6534
Method
PopButtonRepeat
GOESP/imgui/imgui.cpp:6544
Method
PopClipRect
GOESP/imgui/imgui_draw.cpp:584
Method
PopColumnsBackground
GOESP/imgui/imgui_tables.cpp:3716
Method
PopFocusScope
GOESP/imgui/imgui.cpp:6927
Method
PopFont
GOESP/imgui/imgui.cpp:6497
← previous
next →
2,601–2,700 of 3,911, ranked by callers