Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Wemino/EchoPatch
/ functions
Functions
2,376 in github.com/Wemino/EchoPatch
⨍
Functions
2,376
◇
Types & classes
583
Method
PrimWriteVtx
include/imgui/imgui.h:3412
Function
ProcessBallSocketConstraint_Hook
src/Engine/Engine.cpp:951
Function
ProcessBreakableConstraint_Hook
src/Engine/Engine.cpp:939
Function
ProcessConeLimitConstraint_Hook
src/Engine/Engine.cpp:993
Function
ProcessLimitedHingeConstraint_Hook
src/Engine/Engine.cpp:958
Function
ProcessTwistLimitConstraint_Hook
src/Engine/Engine.cpp:979
Method
ProgressBar
size_arg (for each axis) < 0.0f: align to end, 0.0f: auto, > 0.0f: specified size
include/imgui/imgui_widgets.cpp:1423
Function
PushButtonRepeat
<-- 'border_col' was removed in favor of ImGuiCol_ImageBorder. If you use 'tint_col', use ImageWithBg() instead. OBSOLETED in 1.91.0 (from July 2024)
include/imgui/imgui.h:4067
Method
PushClipRect
Render-level scissoring. This is passed down to your render function but not used for CPU-side coarse clipping. Prefer using higher-level ImGui::PushC
include/imgui/imgui_draw.cpp:659
Method
PushColumnClipRect
include/imgui/imgui_tables.cpp:4348
Method
PushColumnsBackground
Get into the columns background draw command (which is generally the same draw command as before we called BeginColumns)
include/imgui/imgui_tables.cpp:4360
Method
PushFocusScope
include/imgui/imgui.cpp:8723
Method
PushFont
If you want to scale an existing font size! Read comments in imgui.h!
include/imgui/imgui.cpp:9114
Method
PushID
include/imgui/imgui.cpp:9199
Method
PushItemFlag
include/imgui/imgui.cpp:8244
Method
PushItemWidth
FIXME: Remove the == 0.0f behavior?
include/imgui/imgui.cpp:11511
Method
PushMultiItemsWidths
include/imgui/imgui.cpp:11520
Method
PushOverrideID
Push a given id value ignoring the ID stack as a seed.
include/imgui/imgui.cpp:9232
Method
PushPasswordFont
include/imgui/imgui_widgets.cpp:4388
Method
PushStyleColor
FIXME: This may incur a round-trip (if the end user got their data from a float4) but eventually we aim to store the in-flight colors as ImU32
include/imgui/imgui.cpp:3575
Method
PushStyleVar
include/imgui/imgui.cpp:3666
Method
PushStyleVarX
include/imgui/imgui.cpp:3676
Method
PushStyleVarY
include/imgui/imgui.cpp:3686
Function
PushTabStop
include/imgui/imgui.h:4069
Method
PushTextWrapPos
ATTENTION THIS IS IN LEGACY LOCAL SPACE.
include/imgui/imgui.cpp:8325
Method
PushTextureID
include/imgui/imgui.h:3418
Method
RadioButton
include/imgui/imgui_widgets.cpp:1359
Function
ReadMemory
src/helper.hpp:88
Method
ReclassifyNode
include/imgui/imgui_draw.cpp:1989
Function
Rect
We don't use g.FontSize because the window may be != g.CurrentWindow.
include/imgui/imgui_internal.h:2773
Function
RegisterConsoleProgramClient_Hook
src/Engine/Engine.cpp:1496
Function
RegisterConsoleProgramServer_Hook
src/Engine/Engine.cpp:1508
Method
RegisterFontAtlas
include/imgui/imgui.cpp:8991
Method
RegisterUserTexture
EXPERIMENTAL: DO NOT USE YET.
include/imgui/imgui.cpp:8976
Method
ReloadUserBufAndKeepSelection
include/imgui/imgui_widgets.cpp:4316
Method
ReloadUserBufAndMoveToEnd
include/imgui/imgui_widgets.cpp:4317
Method
ReloadUserBufAndSelectAll
include/imgui/imgui_widgets.cpp:4315
Method
RemoveContextHook
Deferred removal, avoiding issue with changing vector while iterating it
include/imgui/imgui.cpp:4536
Method
RemoveCustomRect
include/imgui/imgui_draw.cpp:3333
Method
RemoveSettingsHandler
include/imgui/imgui.cpp:15455
Method
Render
Prepare the data for rendering so you can call GetDrawData() (As with anything within the ImGui:: namespace this doesn't touch your GPU or graphics AP
include/imgui/imgui.cpp:6070
Method
RenderArrow
Render an arrow aimed to be aligned with text (p_min is a position in the same space text would be positioned). To e.g. denote expanded/collapsed stat
include/imgui/imgui_draw.cpp:5967
Method
RenderArrowPointingAt
Render an arrow. 'pos' is position of the arrow tip. half_sz.x is length from base to tip. half_sz.y is length on each side.
include/imgui/imgui_draw.cpp:6021
Method
RenderBullet
include/imgui/imgui_draw.cpp:5998
Method
RenderCheckMark
include/imgui/imgui_draw.cpp:6005
Method
RenderColorComponentMarker
include/imgui/imgui.cpp:3981
Method
RenderColorRectWithAlphaCheckerboard
Helper for ColorPicker4() NB: This is rather brittle and will show artifact when rounding this enabled if rounded corners overlap multiple cells. Call
include/imgui/imgui_draw.cpp:6133
Method
RenderDimmedBackgroundBehindWindow
include/imgui/imgui.cpp:5882
Method
RenderDimmedBackgrounds
include/imgui/imgui.cpp:5926
Method
RenderDragDropTargetRectEx
include/imgui/imgui.cpp:15113
Method
RenderDragDropTargetRectForItem
FIXME-STYLE FIXME-DRAGDROP: Settle on a proper default visuals for drop target.
include/imgui/imgui.cpp:15098
Method
RenderFrame
Render a rectangle shaped with optional rounding and borders
include/imgui/imgui.cpp:3956
Method
RenderFrameBorder
include/imgui/imgui.cpp:3969
Method
RenderMouseCursor
include/imgui/imgui.cpp:4027
Method
RenderNavCursor
include/imgui/imgui.cpp:3990
Function
RenderNavHighlight
include/imgui/imgui_internal.h:3618
Method
RenderRectFilledInRangeH
FIXME: Cleanup and move code to ImDrawList. - Before 2025-12-04: RenderRectFilledRangeH() with 'float x_start_norm, float x_end_norm` <- normalized
include/imgui/imgui_draw.cpp:6044
Method
RenderRectFilledWithHole
include/imgui/imgui_draw.cpp:6102
Function
RenderTargetGroupFXInit_Hook
src/Client/Client.cpp:822
Method
RenderTextClipped
include/imgui/imgui.cpp:3892
Method
RenderTextClippedEx
Default clip_rect uses (pos_min,pos_max) Handle clipping on CPU immediately (vs typically let the GPU clip the triangles that are overlapping the clip
include/imgui/imgui.cpp:3864
Method
RenderTextEllipsis
Another overly complex function until we reorganize everything into a nice all-in-one helper. This is made more complex because we have dissociated th
include/imgui/imgui.cpp:3911
Method
RenderTextWrapped
include/imgui/imgui.cpp:3843
Method
RenderWindowDecorations
Draw background and borders Draw and handle scrollbars
include/imgui/imgui.cpp:7141
Method
RenderWindowOuterBorders
include/imgui/imgui.cpp:7112
Method
RenderWindowTitleBarContents
Render title text, collapse button, close button
include/imgui/imgui.cpp:7238
Method
Reserve
include/imgui/imgui_internal.h:712
Function
ResetDevice_Hook
src/Engine/Engine.cpp:1398
Function
ResetGyroState
src/Controller/Controller.cpp:640
Method
ResetMouseDragDelta
include/imgui/imgui.cpp:10042
Function
RestoreDefaults_Hook
src/Client/Client.cpp:600
Method
RoundScalarWithFormatT
include/imgui/imgui_widgets.cpp:2472
Function
SDL_HasExactlyOneBitSet32
* Determine if a unsigned 32-bit value has exactly one bit set. * * If there are no bits set (`x` is zero), or more than one bit set, this * return
include/SDL3/SDL_bits.h:132
Function
SDL_MostSignificantBitIndex32
* Get the index of the most significant (set) bit in a 32-bit number. * * This operation can also be stated as "count leading zeroes" and "log base
include/SDL3/SDL_bits.h:65
Function
SDL_PointInRect
* Determine whether a point resides inside a rectangle. * * A point is considered part of a rectangle if both `p` and `r` are not NULL, * and `p`'s
include/SDL3/SDL_rect.h:158
Function
SDL_PointInRectFloat
* Determine whether a point resides inside a floating point rectangle. * * A point is considered part of a rectangle if both `p` and `r` are not NUL
include/SDL3/SDL_rect.h:331
Function
SDL_RectEmpty
* Determine whether a rectangle has no area. * * A rectangle is considered "empty" for this function if `r` is NULL, or if * `r`'s width and/or hei
include/SDL3/SDL_rect.h:182
Function
SDL_RectEmptyFloat
* Determine whether a floating point rectangle takes no space. * * A rectangle is considered "empty" for this function if `r` is NULL, or if * `r`'
include/SDL3/SDL_rect.h:355
Function
SDL_RectToFRect
* Convert an SDL_Rect to SDL_FRect * * \param rect a pointer to an SDL_Rect. * \param frect a pointer filled in with the floating point representat
include/SDL3/SDL_rect.h:129
Function
SDL_RectsEqual
* Determine whether two rectangles are equal. * * Rectangles are considered equal if both are not NULL and each of their x, * y, width and height m
include/SDL3/SDL_rect.h:206
Function
SDL_RectsEqualFloat
* Determine whether two floating point rectangles are equal, within a default * epsilon. * * Rectangles are considered equal if both are not NULL a
include/SDL3/SDL_rect.h:420
Function
SDL_Swap16
include/SDL3/SDL_endian.h:247
Function
SDL_Swap64
include/SDL3/SDL_endian.h:344
Function
SDL_SwapFloat
* Byte-swap a floating point number. * * This will always byte-swap the value, whether it's currently in the native * byteorder of the system or no
include/SDL3/SDL_endian.h:408
Function
SDL_main
include/SDL3/SDL_main_impl.h:57
Function
SDL_size_add_check_overflow
* Add two integers, checking for overflow. * * If `a + b` would overflow, return false. * * Otherwise store `a + b` via ret and return true. * *
include/SDL3/SDL_stdinc.h:6133
Function
SDL_size_add_check_overflow_builtin
This needs to be wrapped in an inline rather than being a direct #define, * the same as the call to __builtin_mul_overflow() above. */
include/SDL3/SDL_stdinc.h:6146
Function
SDL_size_mul_check_overflow
* Multiply two integers, checking for overflow. * * If `a * b` would overflow, return false. * * Otherwise store `a * b` via ret and return true.
include/SDL3/SDL_stdinc.h:6094
Function
SDL_size_mul_check_overflow_builtin
This needs to be wrapped in an inline rather than being a direct #define, * because __builtin_mul_overflow() is type-generic, but we want to be * co
include/SDL3/SDL_stdinc.h:6108
Function
SHGetFolderPathA_Hook
src/Engine/Engine.cpp:1657
Function
STBRP__CDECL rect_height_compare
include/imgui/imstb_rectpack.h:528
Function
STBRP__CDECL rect_original_order
include/imgui/imstb_rectpack.h:539
Function
STB_TEXTEDIT_MOVELINEEND_IMPL
include/imgui/imgui_widgets.cpp:4148
Function
STB_TEXTEDIT_MOVELINESTART_IMPL
Reimplementation of stb_textedit_move_line_start()/stb_textedit_move_line_end() which supports word-wrapping.
include/imgui/imgui_widgets.cpp:4112
Function
STB_TEXTEDIT_MOVEWORDLEFT_IMPL
include/imgui/imgui_widgets.cpp:4084
Function
STB_TEXTEDIT_MOVEWORDRIGHT_IMPL
include/imgui/imgui_widgets.cpp:4107
Method
STDMETHOD(Compact)
src/helper.hpp:653
Method
STDMETHOD(CreateSoundBuffer)
src/helper.hpp:633
Method
STDMETHOD(DuplicateSoundBuffer)
src/helper.hpp:643
Method
STDMETHOD(GetCaps)
src/helper.hpp:638
← previous
next →
1,801–1,900 of 2,376, ranked by callers