MCPcopy Create free account

hub / github.com/TKazer/CS2_External / functions

Functions1,832 in github.com/TKazer/CS2_External

MethodDestroyContext
CS2_External/OS-ImGui/imgui/imgui.cpp:3504
MethodDetach
<summary> ȡ������ </summary>
CS2_External/Utils/ProcessManager.hpp:71
MethodDisplayContents
Display placeholder contents for the Document
CS2_External/OS-ImGui/imgui/imgui_demo.cpp:7959
MethodDisplayContextMenu
Display context menu for the Document
CS2_External/OS-ImGui/imgui/imgui_demo.cpp:7976
MethodDisplayNode
CS2_External/OS-ImGui/imgui/imgui_demo.cpp:4825
MethodDistanceTo
CS2_External/OS-ImGui/OS-ImGui_Struct.h:125
MethodDragBehavior
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:2355
MethodDragBehaviorT
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:2237
MethodDragFloat
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:2517
MethodDragFloat2
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:2522
MethodDragFloat3
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:2527
MethodDragFloat4
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:2532
MethodDragFloatRange2
NB: You likely want to specify the ImGuiSliderFlags_AlwaysClamp when using this.
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:2538
MethodDragInt
NB: v_speed is float to allow adjusting the drag speed with more precision
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:2571
MethodDragInt2
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:2576
MethodDragInt3
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:2581
MethodDragInt4
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:2586
MethodDragIntRange2
NB: You likely want to specify the ImGuiSliderFlags_AlwaysClamp when using this.
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:2592
MethodDragScalar
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.
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:2394
MethodDragScalarN
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:2482
FunctionDraw
Demonstrate creating a simple console window, with scrolling, filtering, completion and history. For the console example, we are using a more C++ like
CS2_External/OS-ImGui/imgui/imgui_demo.cpp:6560
MethodDummy
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:1355
MethodEndChild
CS2_External/OS-ImGui/imgui/imgui.cpp:5355
MethodEndChildFrame
CS2_External/OS-ImGui/imgui/imgui.cpp:5420
MethodEndColumns
CS2_External/OS-ImGui/imgui/imgui_tables.cpp:4018
MethodEndCombo
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:1816
MethodEndComboPreview
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:1850
MethodEndDisabled
CS2_External/OS-ImGui/imgui/imgui.cpp:7126
MethodEndDragDropSource
CS2_External/OS-ImGui/imgui/imgui.cpp:12303
MethodEndDragDropTarget
CS2_External/OS-ImGui/imgui/imgui.cpp:12476
MethodEndFrame
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.
CS2_External/OS-ImGui/imgui/imgui.cpp:4906
MethodEndGroup
CS2_External/OS-ImGui/imgui/imgui.cpp:9735
MethodEndListBox
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:6622
MethodEndMainMenuBar
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:7081
MethodEndMenu
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:7320
MethodEndMenuBar
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:6976
MethodEndPopup
CS2_External/OS-ImGui/imgui/imgui.cpp:10423
MethodEndTabBar
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:7592
MethodEndTabItem
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:8229
MethodEndTable
CS2_External/OS-ImGui/imgui/imgui_tables.cpp:1233
MethodEndTooltip
CS2_External/OS-ImGui/imgui/imgui.cpp:10086
MethodErrorCheckEndFrameRecover
Experimental recovery from incorrect usage of BeginXXX/EndXXX/PushXXX/PopXXX calls. Must be called during or before EndFrame(). This is generally flaw
CS2_External/OS-ImGui/imgui/imgui.cpp:9157
MethodErrorCheckEndFrameSanityChecks
CS2_External/OS-ImGui/imgui/imgui.cpp:9114
MethodErrorCheckEndWindowRecover
Must be called before End()/EndChild()
CS2_External/OS-ImGui/imgui/imgui.cpp:9184
MethodErrorCheckNewFrameSanityChecks
CS2_External/OS-ImGui/imgui/imgui.cpp:9068
MethodErrorCheckUsingSetCursorPosToExtendParentBoundaries
Until 1.89 (IMGUI_VERSION_NUM < 18814) it was legal to use SetCursorPos() to extend the boundary of a parent (e.g. window or table cell) This is causi
CS2_External/OS-ImGui/imgui/imgui.cpp:9051
MethodExampleAppConsole
CS2_External/OS-ImGui/imgui/imgui_demo.cpp:6571
MethodExampleAppDocuments
CS2_External/OS-ImGui/imgui/imgui_demo.cpp:7995
MethodExampleAppLog
CS2_External/OS-ImGui/imgui/imgui_demo.cpp:6932
FunctionExpand
CS2_External/OS-ImGui/imgui/imgui_internal.h:530
MethodFilterCasingSwap
Modify character input by altering 'data->Eventchar' (ImGuiInputTextFlags_CallbackCharFilter callback)
CS2_External/OS-ImGui/imgui/imgui_demo.cpp:1394
MethodFilterImGuiLetters
Return 0 (pass) if the character is 'i' or 'm' or 'g' or 'u' or 'i', otherwise return 1 (filter out)
CS2_External/OS-ImGui/imgui/imgui_demo.cpp:1402
MethodFindBestWindowPosForPopup
CS2_External/OS-ImGui/imgui/imgui.cpp:10605
MethodFindBestWindowPosForPopupEx
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
CS2_External/OS-ImGui/imgui/imgui.cpp:10520
MethodFindBlockingModal
When a modal popup is open, newly created windows that want focus (i.e. are not popups and do not specify ImGuiWindowFlags_NoFocusOnAppearing) should
CS2_External/OS-ImGui/imgui/imgui.cpp:6121
MethodFindBottomMostVisibleWindowWithinBeginStack
CS2_External/OS-ImGui/imgui/imgui.cpp:4850
MethodFindOrCreateColumns
CS2_External/OS-ImGui/imgui/imgui_tables.cpp:3858
MethodFindRenderedTextEnd
CS2_External/OS-ImGui/imgui/imgui.cpp:3211
MethodFindSettingsHandler
CS2_External/OS-ImGui/imgui/imgui.cpp:12811
MethodFindWindowByID
CS2_External/OS-ImGui/imgui/imgui.cpp:5432
MethodFindWindowByName
CS2_External/OS-ImGui/imgui/imgui.cpp:5438
MethodFindWindowDisplayIndex
CS2_External/OS-ImGui/imgui/imgui.cpp:6953
MethodFindWindowFocusIndex
CS2_External/OS-ImGui/imgui/imgui.cpp:11889
MethodFindWindowSettingsByID
We don't provide a FindWindowSettingsByName() because Docking system doesn't always hold on names. This is called once per window .ini entry + once pe
CS2_External/OS-ImGui/imgui/imgui.cpp:12971
MethodFindWindowSettingsByWindow
This is faster if you are holding on a Window already as we don't need to perform a search.
CS2_External/OS-ImGui/imgui/imgui.cpp:12981
FunctionFloor
Full version, ensure both points are fully clipped.
CS2_External/OS-ImGui/imgui/imgui_internal.h:537
MethodFocusTopMostWindowUnderOne
CS2_External/OS-ImGui/imgui/imgui.cpp:7015
MethodFocusWindow
Moving window to front of display and set focus (which happens to be back of our sorted list)
CS2_External/OS-ImGui/imgui/imgui.cpp:6960
FunctionFocusableItemRegister
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
CS2_External/OS-ImGui/imgui/imgui_internal.h:3247
FunctionFocusableItemUnregister
-> pass ImGuiItemAddFlags_Inputable flag to ItemAdd()
CS2_External/OS-ImGui/imgui/imgui_internal.h:3248
MethodForceDisplayRangeByIndices
CS2_External/OS-ImGui/imgui/imgui.h:2356
FunctionFreeWrapper
CS2_External/OS-ImGui/imgui/imgui.cpp:1105
MethodFromIndices
CS2_External/OS-ImGui/imgui/imgui_internal.h:1421
MethodFromPositions
CS2_External/OS-ImGui/imgui/imgui_internal.h:1422
MethodGcAwakeTransientWindowBuffers
CS2_External/OS-ImGui/imgui/imgui.cpp:3787
MethodGcCompactTransientMiscBuffers
CS2_External/OS-ImGui/imgui/imgui.cpp:3763
MethodGcCompactTransientWindowBuffers
Free up/compact internal window buffers, we can use this when a window becomes unused. Not freed: - ImGuiWindow, ImGuiWindowSettings, Name, StateStora
CS2_External/OS-ImGui/imgui/imgui.cpp:3775
FunctionGetActiveID
CS2_External/OS-ImGui/imgui/imgui_internal.h:2843
MethodGetAllocatorFunctions
This is provided to facilitate copying allocators from one static/DLL boundary to another (e.g. retrieve default allocator of your executable address
CS2_External/OS-ImGui/imgui/imgui.cpp:3486
FunctionGetArea
CS2_External/OS-ImGui/imgui/imgui_internal.h:520
FunctionGetBL
Top-right
CS2_External/OS-ImGui/imgui/imgui_internal.h:523
FunctionGetBR
Bottom-left
CS2_External/OS-ImGui/imgui/imgui_internal.h:524
MethodGetBackgroundDrawList
CS2_External/OS-ImGui/imgui/imgui.cpp:4190
MethodGetBit
CS2_External/OS-ImGui/imgui/imgui.h:2799
MethodGetBool
CS2_External/OS-ImGui/imgui/imgui.cpp:2357
MethodGetBoolRef
CS2_External/OS-ImGui/imgui/imgui.cpp:2387
MethodGetBufSize
Number of active/alive items in the pool (for display purpose)
CS2_External/OS-ImGui/imgui/imgui_internal.h:673
FunctionGetCenter
CS2_External/OS-ImGui/imgui/imgui_internal.h:516
MethodGetClipRectMax
CS2_External/OS-ImGui/imgui/imgui.h:2599
MethodGetClipRectMin
CS2_External/OS-ImGui/imgui/imgui.h:2598
MethodGetClipboardText
CS2_External/OS-ImGui/imgui/imgui.cpp:4124
FunctionGetClipboardTextFn_DefaultImpl
Win32 clipboard implementation We use g.ClipboardHandlerData for temporary storage to ensure it is freed on Shutdown()
CS2_External/OS-ImGui/imgui/imgui.cpp:13165
MethodGetColorU32
CS2_External/OS-ImGui/imgui/imgui.cpp:2981
MethodGetColumnIndex
CS2_External/OS-ImGui/imgui/imgui_tables.cpp:3705
MethodGetColumnNormFromOffset
CS2_External/OS-ImGui/imgui/imgui_tables.cpp:3722
MethodGetColumnOffset
CS2_External/OS-ImGui/imgui/imgui_tables.cpp:3746
MethodGetColumnOffsetFromNorm
CS2_External/OS-ImGui/imgui/imgui_tables.cpp:3717
MethodGetColumnWidth
CS2_External/OS-ImGui/imgui/imgui_tables.cpp:3775
MethodGetColumnsCount
CS2_External/OS-ImGui/imgui/imgui_tables.cpp:3711
MethodGetColumnsID
CS2_External/OS-ImGui/imgui/imgui_tables.cpp:3871
← previousnext →901–1,000 of 1,832, ranked by callers