MCPcopy Create free account

hub / github.com/danielkrupinski/GOESP / functions

Functions3,911 in github.com/danielkrupinski/GOESP

MethodButtonEx
GOESP/imgui/imgui_widgets.cpp:665
MethodCalcExtraSpace
GOESP/imgui/imgui_widgets.cpp:6528
MethodCalcItemSize
[Internal] Calculate full item size given user provided 'size' parameter and default width/height. Default width is often == CalcItemWidth(). Those tw
GOESP/imgui/imgui.cpp:7572
MethodCalcItemWidth
Calculate default item width given value passed to PushItemWidth() or SetNextItemWidth(). The SetNextItemWidth() data is generally cleared/consumed by
GOESP/imgui/imgui.cpp:7550
MethodCalcListClipping
Helper to calculate coarse clipping of large list of evenly sized items. NB: Prefer using the ImGuiListClipper higher-level helper if you can! Read co
GOESP/imgui/imgui.cpp:2201
MethodCalcTextSize
Calculate text size. Text can be multi-line. Optionally ignore text after a ## marker. CalcTextSize("") should return ImVec2(0.0f, g.FontSize)
GOESP/imgui/imgui.cpp:4502
MethodCalcTypematicRepeatAmount
t0 = previous time (e.g.: g.Time - g.IO.DeltaTime) t1 = current time (e.g.: g.Time) An event is triggered at: t = 0.0f t = repeat_delay, t = re
GOESP/imgui/imgui.cpp:4623
MethodCalcWindowNextAutoFitSize
GOESP/imgui/imgui.cpp:5240
MethodCalcWordWrapPositionA
GOESP/imgui/imgui_draw.cpp:3279
MethodCalcWrapWidthForPos
GOESP/imgui/imgui.cpp:3292
MethodCallContextHooks
Call context hooks (used by e.g. test engine) We assume a small number of hooks so all stored in same array
GOESP/imgui/imgui.cpp:3423
MethodCaptureKeyboardFromApp
GOESP/imgui/imgui.cpp:4797
MethodCaptureMouseFromApp
GOESP/imgui/imgui.cpp:4802
MethodChannelsMerge
GOESP/imgui/imgui.h:2415
MethodChannelsSetCurrent
GOESP/imgui/imgui.h:2416
MethodChannelsSplit
Advanced: Channels - Use to split render into layers. By switching channels to can render out-of-order (e.g. submit FG primitives before BG primitives
GOESP/imgui/imgui.h:2414
MethodCheckbox
GOESP/imgui/imgui_widgets.cpp:1064
MethodCheckboxFlags
GOESP/imgui/imgui_widgets.cpp:1150
MethodCheckboxFlagsT
GOESP/imgui/imgui_widgets.cpp:1122
MethodChromaticAberration
GOESP/PostProcessing.cpp:379
MethodClear
GOESP/imgui/imgui.h:1952
MethodClear
GOESP/imgui/imgui.h:2010
MethodClear
- Get***() functions find pair, never add/allocate. Pairs are sorted so a query is O(log N) - Set***() functions find pair, insertion on demand if mis
GOESP/imgui/imgui.h:2075
MethodClear
GOESP/imgui/imgui.h:2278
MethodClear
GOESP/imgui/imgui.h:2463
MethodClear
GOESP/imgui/imgui.h:2518
MethodClear
GOESP/imgui/imgui_internal.h:1023
MethodClear
GOESP/imgui/imgui_demo.cpp:6596
MethodClearActiveID
GOESP/imgui/imgui.cpp:3078
FunctionClearAllBits
GOESP/imgui/imgui_internal.h:498
FunctionClearBit
GOESP/imgui/imgui_internal.h:502
MethodClearDragDrop
GOESP/imgui/imgui.cpp:9669
MethodClearFlags
GOESP/imgui/imgui_internal.h:1059
MethodClearFonts
GOESP/imgui/imgui_draw.cpp:1984
MethodClearFreeMemory
GOESP/imgui/imgui_internal.h:676
MethodClearIniSettings
GOESP/imgui/imgui.cpp:10336
MethodClearInputCharacters
GOESP/imgui/imgui.cpp:1164
MethodClearInputData
GOESP/imgui/imgui_draw.cpp:1950
MethodClearLog
GOESP/imgui/imgui_demo.cpp:6262
FunctionClearSelection
GOESP/imgui/imgui_internal.h:994
FunctionClearText
GOESP/imgui/imgui_internal.h:984
FunctionClipWith
GOESP/imgui/imgui_internal.h:467
FunctionClipWithFull
Simple version, may lead to an inverted rectangle, which is fine for Contains/Overlaps test but not for display.
GOESP/imgui/imgui_internal.h:468
MethodCloneOutput
GOESP/imgui/imgui_draw.cpp:435
MethodCloseButton
Button to close a window
GOESP/imgui/imgui_widgets.cpp:785
MethodCloseCurrentPopup
Close the popup we have begin-ed into.
GOESP/imgui/imgui.cpp:8206
MethodCloseFont
GOESP/imgui/imgui_freetype.cpp:190
MethodClosePopupToLevel
GOESP/imgui/imgui.cpp:8178
MethodClosePopupsOverWindow
When popups are stacked, clicking on a lower level popups puts focus back to it and close popups above it. This function closes any popups that are ov
GOESP/imgui/imgui.cpp:8134
MethodCollapseButton
GOESP/imgui/imgui_widgets.cpp:823
MethodCollapsingHeader
CollapsingHeader returns true when opened but do not indent nor push into the ID stack (because of the ImGuiTreeNodeFlags_NoTreePushOnOpen flag). This
GOESP/imgui/imgui_widgets.cpp:5946
MethodColorButton
A little color square. Return true when clicked. FIXME: May want to display/ignore the alpha component in the color display? Yet show it in the toolti
GOESP/imgui/imgui_widgets.cpp:5320
MethodColorConvertFloat4ToU32
GOESP/imgui/imgui.cpp:1803
MethodColorConvertHSVtoRGB
Convert hsv floats ([0-1],[0-1],[0-1]) to rgb floats ([0-1],[0-1],[0-1]), from Foley & van Dam p593 also http://en.wikipedia.org/wiki/HSL_and_HSV
GOESP/imgui/imgui.cpp:1837
MethodColorConvertRGBtoHSV
Convert rgb floats ([0-1],[0-1],[0-1]) to hsv floats ([0-1],[0-1],[0-1]), from Foley & van Dam p592 Optimized http://lolengine.net/blog/2013/01/13/fas
GOESP/imgui/imgui.cpp:1815
MethodColorConvertU32ToFloat4
GOESP/imgui/imgui.cpp:1793
MethodColorEdit3
GOESP/imgui/imgui_widgets.cpp:4673
MethodColorEdit4
Edit colors components (each component in 0.0f..1.0f range). See enum ImGuiColorEditFlags_ for available options. e.g. Only access 3 floats if ImGuiCo
GOESP/imgui/imgui_widgets.cpp:4681
MethodColorEditOptionsPopup
GOESP/imgui/imgui_widgets.cpp:5457
MethodColorPicker3
GOESP/imgui/imgui_widgets.cpp:4918
MethodColorPicker4
Note: ColorPicker4() only accesses 3 floats if ImGuiColorEditFlags_NoAlpha flag is set. (In C++ the 'float col[4]' notation for a function argument is
GOESP/imgui/imgui_widgets.cpp:4941
MethodColorPickerOptionsPopup
GOESP/imgui/imgui_widgets.cpp:5508
MethodColorToggle
GOESP/ConfigStructs.h:20
MethodColorToggleThickness
GOESP/ConfigStructs.h:27
MethodColorTooltip
Note: only access 3 floats if ImGuiColorEditFlags_NoAlpha flag is set.
GOESP/imgui/imgui_widgets.cpp:5423
MethodColumns
GOESP/imgui/imgui_tables.cpp:3962
MethodCombo
Old API, prefer using BeginCombo() nowadays if you can.
GOESP/imgui/imgui_widgets.cpp:1701
MethodCompareWithSortSpecs
GOESP/imgui/imgui_demo.cpp:3370
FunctionContains
Bottom-right
GOESP/imgui/imgui_internal.h:457
FunctionCreate
GOESP/imgui/imgui_internal.h:511
MethodCreateContext
GOESP/imgui/imgui.cpp:3382
MethodCreateNewWindowSettings
GOESP/imgui/imgui.cpp:10288
FunctionCurrent_Ppem
GOESP/freetype/src/truetype/ttinterp.c:1538
FunctionCurrent_Ppem_Stretched
GOESP/freetype/src/truetype/ttinterp.c:1545
MethodDLLModule
GOESP/Memory.cpp:30
MethodDataTypeApplyOp
GOESP/imgui/imgui_widgets.cpp:1851
MethodDataTypeApplyOpFromText
User can input math operators (e.g. +100) to edit a numerical values. NB: This is _not_ a full expression evaluator. We should probably add one and re
GOESP/imgui/imgui_widgets.cpp:1903
MethodDataTypeClamp
GOESP/imgui/imgui_widgets.cpp:2039
FunctionDataTypeClampT
GOESP/imgui/imgui_widgets.cpp:2031
MethodDataTypeCompare
GOESP/imgui/imgui_widgets.cpp:2010
FunctionDataTypeCompareT
GOESP/imgui/imgui_widgets.cpp:2003
MethodDataTypeFormatString
GOESP/imgui/imgui_widgets.cpp:1828
MethodDataTypeGetInfo
GOESP/imgui/imgui_widgets.cpp:1822
MethodDeIndexAllBuffers
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
GOESP/imgui/imgui_draw.cpp:1783
MethodDebugCheckVersionAndDataLayout
Helper function to verify ABI compatibility between caller code and compiled version of Dear ImGui. Verify that the type sizes are matching between th
GOESP/imgui/imgui.cpp:7076
FunctionDebugDrawItemRect
GOESP/imgui/imgui_internal.h:2523
MethodDebugNodeColumns
[DEBUG] Display contents of Columns
GOESP/imgui/imgui.cpp:11191
MethodDebugNodeDrawCmdShowMeshAndBoundingBox
[DEBUG] Display mesh/aabb of a ImDrawCmd
GOESP/imgui/imgui.cpp:11296
MethodDebugNodeDrawList
[DEBUG] Display contents of ImDrawList
GOESP/imgui/imgui.cpp:11202
MethodDebugNodeStorage
[DEBUG] Display contents of ImGuiStorage
GOESP/imgui/imgui.cpp:11325
MethodDebugNodeTabBar
[DEBUG] Display contents of ImGuiTabBar
GOESP/imgui/imgui.cpp:11338
MethodDebugNodeTable
GOESP/imgui/imgui_tables.cpp:3451
MethodDebugNodeTableSettings
GOESP/imgui/imgui_tables.cpp:3513
MethodDebugNodeViewport
GOESP/imgui/imgui.cpp:11373
MethodDebugNodeWindow
GOESP/imgui/imgui.cpp:11393
MethodDebugNodeWindowSettings
GOESP/imgui/imgui.cpp:11444
MethodDebugNodeWindowsList
GOESP/imgui/imgui.cpp:11450
MethodDebugRenderViewportThumbnail
GOESP/imgui/imgui.cpp:10763
MethodDestroyContext
GOESP/imgui/imgui.cpp:3391
FunctionDirect_Move
* * @Function: * Direct_Move * * @Description: * Moves a point by a given distance along the freedom vector. The * point will
GOESP/freetype/src/truetype/ttinterp.c:1746
← previousnext →2,001–2,100 of 3,911, ranked by callers