MCPcopy Create free account

hub / github.com/Wemino/EchoPatch / functions

Functions2,376 in github.com/Wemino/EchoPatch

MethodPrimWriteVtx
include/imgui/imgui.h:3412
FunctionProcessBallSocketConstraint_Hook
src/Engine/Engine.cpp:951
FunctionProcessBreakableConstraint_Hook
src/Engine/Engine.cpp:939
FunctionProcessConeLimitConstraint_Hook
src/Engine/Engine.cpp:993
FunctionProcessLimitedHingeConstraint_Hook
src/Engine/Engine.cpp:958
FunctionProcessTwistLimitConstraint_Hook
src/Engine/Engine.cpp:979
MethodProgressBar
size_arg (for each axis) < 0.0f: align to end, 0.0f: auto, > 0.0f: specified size
include/imgui/imgui_widgets.cpp:1423
FunctionPushButtonRepeat
<-- '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
MethodPushClipRect
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
MethodPushColumnClipRect
include/imgui/imgui_tables.cpp:4348
MethodPushColumnsBackground
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
MethodPushFocusScope
include/imgui/imgui.cpp:8723
MethodPushFont
If you want to scale an existing font size! Read comments in imgui.h!
include/imgui/imgui.cpp:9114
MethodPushID
include/imgui/imgui.cpp:9199
MethodPushItemFlag
include/imgui/imgui.cpp:8244
MethodPushItemWidth
FIXME: Remove the == 0.0f behavior?
include/imgui/imgui.cpp:11511
MethodPushMultiItemsWidths
include/imgui/imgui.cpp:11520
MethodPushOverrideID
Push a given id value ignoring the ID stack as a seed.
include/imgui/imgui.cpp:9232
MethodPushPasswordFont
include/imgui/imgui_widgets.cpp:4388
MethodPushStyleColor
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
MethodPushStyleVar
include/imgui/imgui.cpp:3666
MethodPushStyleVarX
include/imgui/imgui.cpp:3676
MethodPushStyleVarY
include/imgui/imgui.cpp:3686
FunctionPushTabStop
include/imgui/imgui.h:4069
MethodPushTextWrapPos
ATTENTION THIS IS IN LEGACY LOCAL SPACE.
include/imgui/imgui.cpp:8325
MethodPushTextureID
include/imgui/imgui.h:3418
MethodRadioButton
include/imgui/imgui_widgets.cpp:1359
FunctionReadMemory
src/helper.hpp:88
MethodReclassifyNode
include/imgui/imgui_draw.cpp:1989
FunctionRect
We don't use g.FontSize because the window may be != g.CurrentWindow.
include/imgui/imgui_internal.h:2773
FunctionRegisterConsoleProgramClient_Hook
src/Engine/Engine.cpp:1496
FunctionRegisterConsoleProgramServer_Hook
src/Engine/Engine.cpp:1508
MethodRegisterFontAtlas
include/imgui/imgui.cpp:8991
MethodRegisterUserTexture
EXPERIMENTAL: DO NOT USE YET.
include/imgui/imgui.cpp:8976
MethodReloadUserBufAndKeepSelection
include/imgui/imgui_widgets.cpp:4316
MethodReloadUserBufAndMoveToEnd
include/imgui/imgui_widgets.cpp:4317
MethodReloadUserBufAndSelectAll
include/imgui/imgui_widgets.cpp:4315
MethodRemoveContextHook
Deferred removal, avoiding issue with changing vector while iterating it
include/imgui/imgui.cpp:4536
MethodRemoveCustomRect
include/imgui/imgui_draw.cpp:3333
MethodRemoveSettingsHandler
include/imgui/imgui.cpp:15455
MethodRender
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
MethodRenderArrow
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
MethodRenderArrowPointingAt
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
MethodRenderBullet
include/imgui/imgui_draw.cpp:5998
MethodRenderCheckMark
include/imgui/imgui_draw.cpp:6005
MethodRenderColorComponentMarker
include/imgui/imgui.cpp:3981
MethodRenderColorRectWithAlphaCheckerboard
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
MethodRenderDimmedBackgroundBehindWindow
include/imgui/imgui.cpp:5882
MethodRenderDimmedBackgrounds
include/imgui/imgui.cpp:5926
MethodRenderDragDropTargetRectEx
include/imgui/imgui.cpp:15113
MethodRenderDragDropTargetRectForItem
FIXME-STYLE FIXME-DRAGDROP: Settle on a proper default visuals for drop target.
include/imgui/imgui.cpp:15098
MethodRenderFrame
Render a rectangle shaped with optional rounding and borders
include/imgui/imgui.cpp:3956
MethodRenderFrameBorder
include/imgui/imgui.cpp:3969
MethodRenderMouseCursor
include/imgui/imgui.cpp:4027
MethodRenderNavCursor
include/imgui/imgui.cpp:3990
FunctionRenderNavHighlight
include/imgui/imgui_internal.h:3618
MethodRenderRectFilledInRangeH
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
MethodRenderRectFilledWithHole
include/imgui/imgui_draw.cpp:6102
FunctionRenderTargetGroupFXInit_Hook
src/Client/Client.cpp:822
MethodRenderTextClipped
include/imgui/imgui.cpp:3892
MethodRenderTextClippedEx
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
MethodRenderTextEllipsis
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
MethodRenderTextWrapped
include/imgui/imgui.cpp:3843
MethodRenderWindowDecorations
Draw background and borders Draw and handle scrollbars
include/imgui/imgui.cpp:7141
MethodRenderWindowOuterBorders
include/imgui/imgui.cpp:7112
MethodRenderWindowTitleBarContents
Render title text, collapse button, close button
include/imgui/imgui.cpp:7238
MethodReserve
include/imgui/imgui_internal.h:712
FunctionResetDevice_Hook
src/Engine/Engine.cpp:1398
FunctionResetGyroState
src/Controller/Controller.cpp:640
MethodResetMouseDragDelta
include/imgui/imgui.cpp:10042
FunctionRestoreDefaults_Hook
src/Client/Client.cpp:600
MethodRoundScalarWithFormatT
include/imgui/imgui_widgets.cpp:2472
FunctionSDL_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
FunctionSDL_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
FunctionSDL_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
FunctionSDL_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
FunctionSDL_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
FunctionSDL_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
FunctionSDL_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
FunctionSDL_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
FunctionSDL_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
FunctionSDL_Swap16
include/SDL3/SDL_endian.h:247
FunctionSDL_Swap64
include/SDL3/SDL_endian.h:344
FunctionSDL_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
FunctionSDL_main
include/SDL3/SDL_main_impl.h:57
FunctionSDL_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
FunctionSDL_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
FunctionSDL_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
FunctionSDL_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
FunctionSHGetFolderPathA_Hook
src/Engine/Engine.cpp:1657
FunctionSTBRP__CDECL rect_height_compare
include/imgui/imstb_rectpack.h:528
FunctionSTBRP__CDECL rect_original_order
include/imgui/imstb_rectpack.h:539
FunctionSTB_TEXTEDIT_MOVELINEEND_IMPL
include/imgui/imgui_widgets.cpp:4148
FunctionSTB_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
FunctionSTB_TEXTEDIT_MOVEWORDLEFT_IMPL
include/imgui/imgui_widgets.cpp:4084
FunctionSTB_TEXTEDIT_MOVEWORDRIGHT_IMPL
include/imgui/imgui_widgets.cpp:4107
MethodSTDMETHOD(Compact)
src/helper.hpp:653
MethodSTDMETHOD(CreateSoundBuffer)
src/helper.hpp:633
MethodSTDMETHOD(DuplicateSoundBuffer)
src/helper.hpp:643
MethodSTDMETHOD(GetCaps)
src/helper.hpp:638
← previousnext →1,801–1,900 of 2,376, ranked by callers