Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RequestFX/ImGUI-Advanced-Cheat-Menu
/ functions
Functions
1,798 in github.com/RequestFX/ImGUI-Advanced-Cheat-Menu
⨍
Functions
1,798
◇
Types & classes
429
Method
DeIndexAllBuffers
For backward compatibility: convert all buffers from indexed to de-indexed, in case you cannot render indexed. Note: this is slow and most likely a wa
dependencies/imgui-sfml/include/imgui_draw.cpp:1820
Method
DebugCheckVersionAndDataLayout
Helper function to verify ABI compatibility between caller code and compiled version of Dear ImGui. Verify that the type sizes are matching between th
dependencies/imgui-sfml/include/imgui.cpp:8018
Function
DebugDrawItemRect
dependencies/imgui-sfml/include/imgui_internal.h:2892
Method
DebugHookIdInfo
[DEBUG] Stack tool: hooks called by GetID() family functions
dependencies/imgui-sfml/include/imgui.cpp:13268
Method
DebugLog
dependencies/imgui-sfml/include/imgui.cpp:13147
Method
DebugLogV
dependencies/imgui-sfml/include/imgui.cpp:13155
Method
DebugNodeColumns
[DEBUG] Display contents of Columns
dependencies/imgui-sfml/include/imgui.cpp:12736
Method
DebugNodeDrawCmdShowMeshAndBoundingBox
[DEBUG] Display mesh/aabb of a ImDrawCmd
dependencies/imgui-sfml/include/imgui.cpp:12841
Method
DebugNodeDrawList
[DEBUG] Display contents of ImDrawList
dependencies/imgui-sfml/include/imgui.cpp:12747
Method
DebugNodeFont
[DEBUG] Display details for a single font, called by ShowStyleEditor().
dependencies/imgui-sfml/include/imgui.cpp:12871
Method
DebugNodeFontGlyph
dependencies/imgui-sfml/include/imgui.cpp:12962
Method
DebugNodeInputTextState
dependencies/imgui-sfml/include/imgui_widgets.cpp:4952
Method
DebugNodeStorage
[DEBUG] Display contents of ImGuiStorage
dependencies/imgui-sfml/include/imgui.cpp:12973
Method
DebugNodeTabBar
[DEBUG] Display contents of ImGuiTabBar
dependencies/imgui-sfml/include/imgui.cpp:12986
Method
DebugNodeTable
dependencies/imgui-sfml/include/imgui_tables.cpp:3538
Method
DebugNodeTableSettings
dependencies/imgui-sfml/include/imgui_tables.cpp:3602
Method
DebugNodeViewport
dependencies/imgui-sfml/include/imgui.cpp:13028
Method
DebugNodeWindow
dependencies/imgui-sfml/include/imgui.cpp:13048
Method
DebugNodeWindowSettings
dependencies/imgui-sfml/include/imgui.cpp:13106
Method
DebugNodeWindowsList
dependencies/imgui-sfml/include/imgui.cpp:13112
Method
DebugNodeWindowsListByBeginStackParent
FIXME-OPT: This is technically suboptimal, but it is simpler this way.
dependencies/imgui-sfml/include/imgui.cpp:13126
Method
DebugRenderViewportThumbnail
dependencies/imgui-sfml/include/imgui.cpp:12188
Method
DebugTextEncoding
Helper tool to diagnose between text encoding issues and font loading issues. Pass your UTF-8 string and verify that there are correct.
dependencies/imgui-sfml/include/imgui.cpp:12240
Method
DestroyContext
dependencies/imgui-sfml/include/imgui.cpp:3728
Method
DisplayContents
Display placeholder contents for the Document
dependencies/imgui-sfml/include/imgui_demo.cpp:7704
Method
DisplayContextMenu
Display context menu for the Document
dependencies/imgui-sfml/include/imgui_demo.cpp:7721
Method
DisplayNode
dependencies/imgui-sfml/include/imgui_demo.cpp:4762
Method
DragBehavior
dependencies/imgui-sfml/include/imgui_widgets.cpp:2275
Method
DragBehaviorT
dependencies/imgui-sfml/include/imgui_widgets.cpp:2160
Method
DragFloat
dependencies/imgui-sfml/include/imgui_widgets.cpp:2437
Method
DragFloat2
dependencies/imgui-sfml/include/imgui_widgets.cpp:2442
Method
DragFloat3
dependencies/imgui-sfml/include/imgui_widgets.cpp:2447
Method
DragFloat4
dependencies/imgui-sfml/include/imgui_widgets.cpp:2452
Method
DragFloatRange2
NB: You likely want to specify the ImGuiSliderFlags_AlwaysClamp when using this.
dependencies/imgui-sfml/include/imgui_widgets.cpp:2458
Method
DragInt
NB: v_speed is float to allow adjusting the drag speed with more precision
dependencies/imgui-sfml/include/imgui_widgets.cpp:2491
Method
DragInt2
dependencies/imgui-sfml/include/imgui_widgets.cpp:2496
Method
DragInt3
dependencies/imgui-sfml/include/imgui_widgets.cpp:2501
Method
DragInt4
dependencies/imgui-sfml/include/imgui_widgets.cpp:2506
Method
DragIntRange2
NB: You likely want to specify the ImGuiSliderFlags_AlwaysClamp when using this.
dependencies/imgui-sfml/include/imgui_widgets.cpp:2512
Method
DragScalar
Note: p_data, p_min and p_max are _pointers_ to a memory address holding the data. For a Drag widget, p_min and p_max are optional. Read code of e.g.
dependencies/imgui-sfml/include/imgui_widgets.cpp:2314
Method
DragScalarN
dependencies/imgui-sfml/include/imgui_widgets.cpp:2402
Function
Draw
Demonstrate creating a simple console window, with scrolling, filtering, completion and history. For the console example, we are using a more C++ like
dependencies/imgui-sfml/include/imgui_demo.cpp:6509
Function
DrawLine
dependencies/imgui-sfml/include/imgui-SFML.cpp:1053
Function
DrawRect
dependencies/imgui-sfml/include/imgui-SFML.cpp:1061
Function
DrawRectFilled
dependencies/imgui-sfml/include/imgui-SFML.cpp:1069
Method
Dummy
dependencies/imgui-sfml/include/imgui_widgets.cpp:1327
Method
ESP
ESP.cpp:8
Method
EndChild
dependencies/imgui-sfml/include/imgui.cpp:5264
Method
EndChildFrame
dependencies/imgui-sfml/include/imgui.cpp:5325
Method
EndColumns
dependencies/imgui-sfml/include/imgui_tables.cpp:3975
Method
EndCombo
dependencies/imgui-sfml/include/imgui_widgets.cpp:1715
Method
EndComboPreview
dependencies/imgui-sfml/include/imgui_widgets.cpp:1749
Method
EndDisabled
dependencies/imgui-sfml/include/imgui.cpp:6945
Method
EndDragDropSource
dependencies/imgui-sfml/include/imgui.cpp:11191
Method
EndDragDropTarget
We don't really use/need this now, but added it for the sake of consistency and because we might need it later.
dependencies/imgui-sfml/include/imgui.cpp:11358
Method
EndFrame
This is normally called by Render(). You may want to call it directly if you want to avoid calling Render() but the gain will be very minimal.
dependencies/imgui-sfml/include/imgui.cpp:4831
Method
EndGroup
dependencies/imgui-sfml/include/imgui.cpp:8667
Method
EndListBox
dependencies/imgui-sfml/include/imgui_widgets.cpp:6564
Method
EndMainMenuBar
dependencies/imgui-sfml/include/imgui_widgets.cpp:7022
Method
EndMenu
dependencies/imgui-sfml/include/imgui_widgets.cpp:7244
Method
EndMenuBar
dependencies/imgui-sfml/include/imgui_widgets.cpp:6921
Method
EndPopup
dependencies/imgui-sfml/include/imgui.cpp:9359
Method
EndTabBar
dependencies/imgui-sfml/include/imgui_widgets.cpp:7503
Method
EndTabItem
dependencies/imgui-sfml/include/imgui_widgets.cpp:8089
Method
EndTable
dependencies/imgui-sfml/include/imgui_tables.cpp:1192
Method
EndTooltip
dependencies/imgui-sfml/include/imgui.cpp:9019
Method
ErrorCheckEndFrameRecover
Experimental recovery from incorrect usage of BeginXXX/EndXXX/PushXXX/PopXXX calls. Must be called during or before EndFrame(). This is generally flaw
dependencies/imgui-sfml/include/imgui.cpp:8111
Method
ErrorCheckEndFrameSanityChecks
dependencies/imgui-sfml/include/imgui.cpp:8070
Method
ErrorCheckEndWindowRecover
Must be called before End()/EndChild()
dependencies/imgui-sfml/include/imgui.cpp:8138
Method
ErrorCheckNewFrameSanityChecks
dependencies/imgui-sfml/include/imgui.cpp:8031
Method
ExampleAppConsole
dependencies/imgui-sfml/include/imgui_demo.cpp:6520
Method
ExampleAppDocuments
dependencies/imgui-sfml/include/imgui_demo.cpp:7740
Method
ExampleAppLog
dependencies/imgui-sfml/include/imgui_demo.cpp:6877
Function
Expand
dependencies/imgui-sfml/include/imgui_internal.h:522
Method
FilterImGuiLetters
Return 0 (pass) if the character is 'i' or 'm' or 'g' or 'u' or 'i'
dependencies/imgui-sfml/include/imgui_demo.cpp:1372
Method
FindBestWindowPosForPopup
dependencies/imgui-sfml/include/imgui.cpp:9541
Method
FindBestWindowPosForPopupEx
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
dependencies/imgui-sfml/include/imgui.cpp:9456
Method
FindBlockingModal
When a modal popup is open, newly created windows that want focus (i.e. are not popups and do not specify ImGuiWindowFlags_NoFocusOnAppearing) should
dependencies/imgui-sfml/include/imgui.cpp:5985
Method
FindBottomMostVisibleWindowWithinBeginStack
dependencies/imgui-sfml/include/imgui.cpp:4775
Method
FindOrCreateColumns
dependencies/imgui-sfml/include/imgui_tables.cpp:3817
Method
FindOrCreateWindowSettings
dependencies/imgui-sfml/include/imgui.cpp:11704
Method
FindRenderedTextEnd
dependencies/imgui-sfml/include/imgui.cpp:3003
Method
FindSettingsHandler
dependencies/imgui-sfml/include/imgui.cpp:11725
Method
FindWindowByID
dependencies/imgui-sfml/include/imgui.cpp:5337
Method
FindWindowByName
dependencies/imgui-sfml/include/imgui.cpp:5343
Method
FindWindowDisplayIndex
dependencies/imgui-sfml/include/imgui.cpp:6790
Method
FindWindowFocusIndex
dependencies/imgui-sfml/include/imgui.cpp:10797
Method
FindWindowSettings
dependencies/imgui-sfml/include/imgui.cpp:11695
Function
Floor
Full version, ensure both points are fully clipped.
dependencies/imgui-sfml/include/imgui_internal.h:529
Method
FocusTopMostWindowUnderOne
dependencies/imgui-sfml/include/imgui.cpp:6837
Method
FocusWindow
Moving window to front of display and set focus (which happens to be back of our sorted list)
dependencies/imgui-sfml/include/imgui.cpp:6797
Function
FocusableItemRegister
Refactored focus/nav/tabbing system in 1.82 and 1.84. If you have old/custom copy-and-pasted widgets that used FocusableItemRegister(): (Old) IMGUI_VE
dependencies/imgui-sfml/include/imgui_internal.h:2922
Function
FocusableItemUnregister
-> pass ImGuiItemAddFlags_Inputable flag to ItemAdd()
dependencies/imgui-sfml/include/imgui_internal.h:2923
Method
ForceDisplayRangeByIndices
dependencies/imgui-sfml/include/imgui.cpp:2633
Function
FreeWrapper
dependencies/imgui-sfml/include/imgui.cpp:1028
Method
FromIndices
dependencies/imgui-sfml/include/imgui_internal.h:1255
Method
FromPositions
dependencies/imgui-sfml/include/imgui_internal.h:1256
Method
GcAwakeTransientWindowBuffers
dependencies/imgui-sfml/include/imgui.cpp:3375
Method
GcCompactTransientMiscBuffers
dependencies/imgui-sfml/include/imgui.cpp:3351
Method
GcCompactTransientWindowBuffers
Free up/compact internal window buffers, we can use this when a window becomes unused. Not freed: - ImGuiWindow, ImGuiWindowSettings, Name, StateStora
dependencies/imgui-sfml/include/imgui.cpp:3363
← previous
next →
801–900 of 1,798, ranked by callers