MCPcopy Create free account

hub / github.com/TKazer/CS2_External / functions

Functions1,832 in github.com/TKazer/CS2_External

FunctionImVec1
CS2_External/OS-ImGui/imgui/imgui_internal.h:491
MethodImVec2ih
CS2_External/OS-ImGui/imgui/imgui_internal.h:499
MethodImVec4
CS2_External/OS-ImGui/imgui/imgui.h:270
MethodImage
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:1016
MethodImageButton
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:1069
MethodImageButtonEx
ImageButton() is flawed as 'id' is always derived from 'texture_id' (see #2464 #1390) We provide this internal helper to write your own variant while
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:1042
MethodIncludeRangeByIndices
CS2_External/OS-ImGui/imgui/imgui.cpp:2816
MethodIndent
CS2_External/OS-ImGui/imgui/imgui.cpp:9536
MethodInitImGui
CS2_External/OS-ImGui/OS-ImGui_Base.cpp:14
MethodInitialize
CS2_External/OS-ImGui/imgui/imgui.cpp:3527
MethodInputDouble
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:3601
MethodInputFloat
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:3558
MethodInputFloat2
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:3564
MethodInputFloat3
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:3569
MethodInputFloat4
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:3574
MethodInputInt
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:3579
MethodInputInt2
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:3586
MethodInputInt3
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:3591
MethodInputInt4
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:3596
MethodInputScalar
Note: p_data, p_step, p_step_fast are _pointers_ to a memory address holding the data. For an Input widget, p_step and p_step_fast are optional. Read
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:3448
MethodInputScalarN
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:3523
MethodInputText
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:3620
MethodInputTextDeactivateHook
As InputText() retain textual data and we currently provide a path for user to not retain it (via local variables) we need some form of hook to reappl
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:4046
MethodInputTextEx
Edit a string of text - buf_size account for the zero-terminator, so a buf_size of 6 can hold "Hello" but not "Hello!". This is so we can easily call
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:4065
MethodInputTextMultiline
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:3626
MethodInputTextWithHint
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:3631
MethodInvisibleButton
Tip: use ImGui::PushID()/PopID() to push indices or pointers in the ID stack. Then you can keep 'str_id' empty or the same for all your buttons (inste
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:746
MethodIsActive
<summary> �жϽ����Ƿ񼤻�״̬ </summary> <returns>�Ƿ񼤻�״̬</returns>
CS2_External/Utils/ProcessManager.hpp:85
MethodIsAnyItemActive
CS2_External/OS-ImGui/imgui/imgui.cpp:5218
MethodIsAnyItemFocused
CS2_External/OS-ImGui/imgui/imgui.cpp:5224
MethodIsAnyItemHovered
CS2_External/OS-ImGui/imgui/imgui.cpp:5212
MethodIsAnyMouseDown
[WILL OBSOLETE] This was designed for backends, but prefer having backend maintain a mask of held mouse buttons, because upcoming input queue system w
CS2_External/OS-ImGui/imgui/imgui.cpp:8321
MethodIsClippedEx
FIXME: This is inlined/duplicated in ItemAdd()
CS2_External/OS-ImGui/imgui/imgui.cpp:4061
MethodIsDelivery
CS2_External/OS-ImGui/imgui/imgui.h:2167
MethodIsDragDropActive
CS2_External/OS-ImGui/imgui/imgui.cpp:12165
MethodIsDragDropPayloadBeingAccepted
CS2_External/OS-ImGui/imgui/imgui.cpp:12420
FunctionIsInverted
CS2_External/OS-ImGui/imgui/imgui_internal.h:538
MethodIsItemActivated
CS2_External/OS-ImGui/imgui/imgui.cpp:5161
MethodIsItemActive
CS2_External/OS-ImGui/imgui/imgui.cpp:5153
MethodIsItemClicked
Important: this can be useful but it is NOT equivalent to the behavior of e.g.Button()! Most widgets have specific reactions based on mouse-up/down st
CS2_External/OS-ImGui/imgui/imgui.cpp:5195
MethodIsItemDeactivated
CS2_External/OS-ImGui/imgui/imgui.cpp:5170
MethodIsItemDeactivatedAfterEdit
CS2_External/OS-ImGui/imgui/imgui.cpp:5178
MethodIsItemEdited
CS2_External/OS-ImGui/imgui/imgui.cpp:5236
MethodIsItemFocused
== GetItemID() == GetFocusID()
CS2_External/OS-ImGui/imgui/imgui.cpp:5185
MethodIsItemHovered
This is roughly matching the behavior of internal-facing ItemHoverable() - we allow hovering to be true when ActiveId==window->MoveID, so that clickin
CS2_External/OS-ImGui/imgui/imgui.cpp:3934
MethodIsItemToggledOpen
CS2_External/OS-ImGui/imgui/imgui.cpp:5200
MethodIsItemToggledSelection
CS2_External/OS-ImGui/imgui/imgui.cpp:5206
MethodIsItemVisible
CS2_External/OS-ImGui/imgui/imgui.cpp:5230
MethodIsKeyDown
Note that Dear ImGui doesn't know the meaning/semantic of ImGuiKey from 0..511: they are legacy native keycodes. Consider transitioning from 'IsKeyDow
CS2_External/OS-ImGui/imgui/imgui.cpp:8126
MethodIsKeyPressed
CS2_External/OS-ImGui/imgui/imgui.cpp:8141
FunctionIsKeyPressedMap
CS2_External/OS-ImGui/imgui/imgui_internal.h:3251
MethodIsKeyReleased
CS2_External/OS-ImGui/imgui/imgui.cpp:8171
FunctionIsKeyboardKey
CS2_External/OS-ImGui/imgui/imgui_internal.h:2929
MethodIsLegacyNativeDupe
CS2_External/OS-ImGui/imgui/imgui.cpp:13857
MethodIsLegacyNativeDupe
CS2_External/OS-ImGui/imgui/imgui_demo.cpp:5753
MethodIsMouseClicked
CS2_External/OS-ImGui/imgui/imgui.cpp:8200
MethodIsMouseDoubleClicked
CS2_External/OS-ImGui/imgui/imgui.cpp:8241
MethodIsMouseDown
CS2_External/OS-ImGui/imgui/imgui.cpp:8186
MethodIsMouseDragPastThreshold
Return if a mouse click/drag went past the given threshold. Valid to call during the MouseReleased frame. [Internal] This doesn't test if the button i
CS2_External/OS-ImGui/imgui/imgui.cpp:8276
MethodIsMouseDragging
CS2_External/OS-ImGui/imgui/imgui.cpp:8285
MethodIsMouseHoveringRect
Test if mouse cursor is hovering given rectangle NB- Rectangle is clipped by our current clip setting NB- Expand the rectangle to be generous on impre
CS2_External/OS-ImGui/imgui/imgui.cpp:8258
FunctionIsMouseKey
CS2_External/OS-ImGui/imgui/imgui_internal.h:2931
MethodIsMousePosValid
We typically use ImVec2(-FLT_MAX,-FLT_MAX) to denote an invalid mouse position.
CS2_External/OS-ImGui/imgui/imgui.cpp:8310
MethodIsMouseReleased
CS2_External/OS-ImGui/imgui/imgui.cpp:8227
MethodIsPopupOpen
Supported flags: ImGuiPopupFlags_AnyPopupId, ImGuiPopupFlags_AnyPopupLevel
CS2_External/OS-ImGui/imgui/imgui.cpp:10113
MethodIsPreview
CS2_External/OS-ImGui/imgui/imgui.h:2166
MethodIsRectVisible
CS2_External/OS-ImGui/imgui/imgui.cpp:7728
MethodIsWindowAbove
CS2_External/OS-ImGui/imgui/imgui.cpp:7215
MethodIsWindowAppearing
CS2_External/OS-ImGui/imgui/imgui.cpp:7429
MethodIsWindowChildOf
CS2_External/OS-ImGui/imgui/imgui.cpp:7186
MethodIsWindowCollapsed
CS2_External/OS-ImGui/imgui/imgui.cpp:7423
MethodIsWindowContentHoverable
CS2_External/OS-ImGui/imgui/imgui.cpp:3906
MethodIsWindowFocused
CS2_External/OS-ImGui/imgui/imgui.cpp:7268
MethodIsWindowHovered
CS2_External/OS-ImGui/imgui/imgui.cpp:7235
MethodIsWindowNavFocusable
Can we focus this window with CTRL+TAB (or PadMenu + PadFocusPrev/PadFocusNext) Note that NoNavFocus makes the window not reachable with CTRL+TAB but
CS2_External/OS-ImGui/imgui/imgui.cpp:7293
MethodIsWindowWithinBeginStackOf
CS2_External/OS-ImGui/imgui/imgui.cpp:7202
MethodItemAdd
Declare item bounding box for clipping and interaction. Note that the size can be different than the one provided to ItemSize(). Typically, widgets th
CS2_External/OS-ImGui/imgui/imgui.cpp:9362
MethodItemGetter
CS2_External/OS-ImGui/imgui/imgui_demo.cpp:1149
MethodItemHoverable
Internal facing ItemHoverable() used when submitting widgets. Differs slightly from IsItemHovered().
CS2_External/OS-ImGui/imgui/imgui.cpp:4005
MethodItemSize
Advance cursor given item size for layout. Register minimum needed size so it can extend the bounding box used for auto-fit calculation. See comments
CS2_External/OS-ImGui/imgui/imgui.cpp:9323
FunctionItems_ArrayGetter
Getter for the old Combo() API: const char*[]
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:1875
FunctionItems_SingleStringGetter
Getter for the old Combo() API: "item1\0item2\0item3\0"
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:1884
MethodKeepAliveID
This is called by ItemAdd(). Code not using ItemAdd() may need to call this manually otherwise ActiveId will be cleared. In IMGUI_VERSION_NUM < 18717
CS2_External/OS-ImGui/imgui/imgui.cpp:3878
MethodLabelText
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:332
MethodLabelTextV
Add a label+text combo aligned to other label+value widgets
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:341
MethodLength
CS2_External/OS-ImGui/OS-ImGui_Struct.h:72
MethodLength
CS2_External/OS-ImGui/OS-ImGui_Struct.h:121
MethodListBox
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:6633
MethodLoadIniSettingsFromDisk
CS2_External/OS-ImGui/imgui/imgui.cpp:12831
MethodLoadIniSettingsFromMemory
Zero-tolerance, no error reporting, cheap .ini parsing Set ini_size==0 to let us use strlen(ini_data). Do not call this function with a 0 if your buff
CS2_External/OS-ImGui/imgui/imgui.cpp:12844
MethodLocalizeRegisterEntries
CS2_External/OS-ImGui/imgui/imgui.cpp:13092
MethodLogBegin
Start logging/capturing text output
CS2_External/OS-ImGui/imgui/imgui.cpp:12593
MethodLogButtons
Helper to display logging buttons FIXME-OBSOLETE: We should probably obsolete this and let the user have their own helper (this is one of the oldest f
CS2_External/OS-ImGui/imgui/imgui.cpp:12707
MethodLogFinish
CS2_External/OS-ImGui/imgui/imgui.cpp:12671
MethodLogRenderedText
Internal version that takes a position to decide on newline placement and pad items according to their depth. We split text into individual lines to a
CS2_External/OS-ImGui/imgui/imgui.cpp:12534
MethodLogSetNextTextDecoration
Important: doesn't copy underlying data, use carefully (prefix/suffix must be in scope at the time of the next LogRenderedText)
CS2_External/OS-ImGui/imgui/imgui.cpp:12610
MethodLogText
CS2_External/OS-ImGui/imgui/imgui.cpp:12510
MethodLogTextV
CS2_External/OS-ImGui/imgui/imgui.cpp:12522
MethodLogToBuffer
CS2_External/OS-ImGui/imgui/imgui.cpp:12663
MethodLogToClipboard
Start logging/capturing text output to clipboard
CS2_External/OS-ImGui/imgui/imgui.cpp:12655
← previousnext →1,201–1,300 of 1,832, ranked by callers