Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TKazer/CS2_External
/ functions
Functions
1,832 in github.com/TKazer/CS2_External
⨍
Functions
1,832
◇
Types & classes
247
Method
DestroyContext
CS2_External/OS-ImGui/imgui/imgui.cpp:3504
Method
Detach
<summary> ȡ������ </summary>
CS2_External/Utils/ProcessManager.hpp:71
Method
DisplayContents
Display placeholder contents for the Document
CS2_External/OS-ImGui/imgui/imgui_demo.cpp:7959
Method
DisplayContextMenu
Display context menu for the Document
CS2_External/OS-ImGui/imgui/imgui_demo.cpp:7976
Method
DisplayNode
CS2_External/OS-ImGui/imgui/imgui_demo.cpp:4825
Method
DistanceTo
CS2_External/OS-ImGui/OS-ImGui_Struct.h:125
Method
DragBehavior
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:2355
Method
DragBehaviorT
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:2237
Method
DragFloat
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:2517
Method
DragFloat2
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:2522
Method
DragFloat3
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:2527
Method
DragFloat4
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:2532
Method
DragFloatRange2
NB: You likely want to specify the ImGuiSliderFlags_AlwaysClamp when using this.
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:2538
Method
DragInt
NB: v_speed is float to allow adjusting the drag speed with more precision
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:2571
Method
DragInt2
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:2576
Method
DragInt3
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:2581
Method
DragInt4
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:2586
Method
DragIntRange2
NB: You likely want to specify the ImGuiSliderFlags_AlwaysClamp when using this.
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:2592
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.
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:2394
Method
DragScalarN
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:2482
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
CS2_External/OS-ImGui/imgui/imgui_demo.cpp:6560
Method
Dummy
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:1355
Method
EndChild
CS2_External/OS-ImGui/imgui/imgui.cpp:5355
Method
EndChildFrame
CS2_External/OS-ImGui/imgui/imgui.cpp:5420
Method
EndColumns
CS2_External/OS-ImGui/imgui/imgui_tables.cpp:4018
Method
EndCombo
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:1816
Method
EndComboPreview
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:1850
Method
EndDisabled
CS2_External/OS-ImGui/imgui/imgui.cpp:7126
Method
EndDragDropSource
CS2_External/OS-ImGui/imgui/imgui.cpp:12303
Method
EndDragDropTarget
CS2_External/OS-ImGui/imgui/imgui.cpp:12476
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.
CS2_External/OS-ImGui/imgui/imgui.cpp:4906
Method
EndGroup
CS2_External/OS-ImGui/imgui/imgui.cpp:9735
Method
EndListBox
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:6622
Method
EndMainMenuBar
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:7081
Method
EndMenu
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:7320
Method
EndMenuBar
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:6976
Method
EndPopup
CS2_External/OS-ImGui/imgui/imgui.cpp:10423
Method
EndTabBar
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:7592
Method
EndTabItem
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:8229
Method
EndTable
CS2_External/OS-ImGui/imgui/imgui_tables.cpp:1233
Method
EndTooltip
CS2_External/OS-ImGui/imgui/imgui.cpp:10086
Method
ErrorCheckEndFrameRecover
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
Method
ErrorCheckEndFrameSanityChecks
CS2_External/OS-ImGui/imgui/imgui.cpp:9114
Method
ErrorCheckEndWindowRecover
Must be called before End()/EndChild()
CS2_External/OS-ImGui/imgui/imgui.cpp:9184
Method
ErrorCheckNewFrameSanityChecks
CS2_External/OS-ImGui/imgui/imgui.cpp:9068
Method
ErrorCheckUsingSetCursorPosToExtendParentBoundaries
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
Method
ExampleAppConsole
CS2_External/OS-ImGui/imgui/imgui_demo.cpp:6571
Method
ExampleAppDocuments
CS2_External/OS-ImGui/imgui/imgui_demo.cpp:7995
Method
ExampleAppLog
CS2_External/OS-ImGui/imgui/imgui_demo.cpp:6932
Function
Expand
CS2_External/OS-ImGui/imgui/imgui_internal.h:530
Method
FilterCasingSwap
Modify character input by altering 'data->Eventchar' (ImGuiInputTextFlags_CallbackCharFilter callback)
CS2_External/OS-ImGui/imgui/imgui_demo.cpp:1394
Method
FilterImGuiLetters
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
Method
FindBestWindowPosForPopup
CS2_External/OS-ImGui/imgui/imgui.cpp:10605
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
CS2_External/OS-ImGui/imgui/imgui.cpp:10520
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
CS2_External/OS-ImGui/imgui/imgui.cpp:6121
Method
FindBottomMostVisibleWindowWithinBeginStack
CS2_External/OS-ImGui/imgui/imgui.cpp:4850
Method
FindOrCreateColumns
CS2_External/OS-ImGui/imgui/imgui_tables.cpp:3858
Method
FindRenderedTextEnd
CS2_External/OS-ImGui/imgui/imgui.cpp:3211
Method
FindSettingsHandler
CS2_External/OS-ImGui/imgui/imgui.cpp:12811
Method
FindWindowByID
CS2_External/OS-ImGui/imgui/imgui.cpp:5432
Method
FindWindowByName
CS2_External/OS-ImGui/imgui/imgui.cpp:5438
Method
FindWindowDisplayIndex
CS2_External/OS-ImGui/imgui/imgui.cpp:6953
Method
FindWindowFocusIndex
CS2_External/OS-ImGui/imgui/imgui.cpp:11889
Method
FindWindowSettingsByID
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
Method
FindWindowSettingsByWindow
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
Function
Floor
Full version, ensure both points are fully clipped.
CS2_External/OS-ImGui/imgui/imgui_internal.h:537
Method
FocusTopMostWindowUnderOne
CS2_External/OS-ImGui/imgui/imgui.cpp:7015
Method
FocusWindow
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
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
CS2_External/OS-ImGui/imgui/imgui_internal.h:3247
Function
FocusableItemUnregister
-> pass ImGuiItemAddFlags_Inputable flag to ItemAdd()
CS2_External/OS-ImGui/imgui/imgui_internal.h:3248
Method
ForceDisplayRangeByIndices
CS2_External/OS-ImGui/imgui/imgui.h:2356
Function
FreeWrapper
CS2_External/OS-ImGui/imgui/imgui.cpp:1105
Method
FromIndices
CS2_External/OS-ImGui/imgui/imgui_internal.h:1421
Method
FromPositions
CS2_External/OS-ImGui/imgui/imgui_internal.h:1422
Method
GcAwakeTransientWindowBuffers
CS2_External/OS-ImGui/imgui/imgui.cpp:3787
Method
GcCompactTransientMiscBuffers
CS2_External/OS-ImGui/imgui/imgui.cpp:3763
Method
GcCompactTransientWindowBuffers
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
Function
GetActiveID
CS2_External/OS-ImGui/imgui/imgui_internal.h:2843
Method
GetAllocatorFunctions
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
Function
GetArea
CS2_External/OS-ImGui/imgui/imgui_internal.h:520
Function
GetBL
Top-right
CS2_External/OS-ImGui/imgui/imgui_internal.h:523
Function
GetBR
Bottom-left
CS2_External/OS-ImGui/imgui/imgui_internal.h:524
Method
GetBackgroundDrawList
CS2_External/OS-ImGui/imgui/imgui.cpp:4190
Method
GetBit
CS2_External/OS-ImGui/imgui/imgui.h:2799
Method
GetBool
CS2_External/OS-ImGui/imgui/imgui.cpp:2357
Method
GetBoolRef
CS2_External/OS-ImGui/imgui/imgui.cpp:2387
Method
GetBufSize
Number of active/alive items in the pool (for display purpose)
CS2_External/OS-ImGui/imgui/imgui_internal.h:673
Function
GetCenter
CS2_External/OS-ImGui/imgui/imgui_internal.h:516
Method
GetClipRectMax
CS2_External/OS-ImGui/imgui/imgui.h:2599
Method
GetClipRectMin
CS2_External/OS-ImGui/imgui/imgui.h:2598
Method
GetClipboardText
CS2_External/OS-ImGui/imgui/imgui.cpp:4124
Function
GetClipboardTextFn_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
Method
GetColorU32
CS2_External/OS-ImGui/imgui/imgui.cpp:2981
Method
GetColumnIndex
CS2_External/OS-ImGui/imgui/imgui_tables.cpp:3705
Method
GetColumnNormFromOffset
CS2_External/OS-ImGui/imgui/imgui_tables.cpp:3722
Method
GetColumnOffset
CS2_External/OS-ImGui/imgui/imgui_tables.cpp:3746
Method
GetColumnOffsetFromNorm
CS2_External/OS-ImGui/imgui/imgui_tables.cpp:3717
Method
GetColumnWidth
CS2_External/OS-ImGui/imgui/imgui_tables.cpp:3775
Method
GetColumnsCount
CS2_External/OS-ImGui/imgui/imgui_tables.cpp:3711
Method
GetColumnsID
CS2_External/OS-ImGui/imgui/imgui_tables.cpp:3871
← previous
next →
901–1,000 of 1,832, ranked by callers