MCPcopy Create free account

hub / github.com/Lovrom8/RSMods / functions

Functions3,570 in github.com/Lovrom8/RSMods

MethodBeginGroup
Lock horizontal starting position + capture group bounding box into one "item" (so you can use IsItemHovered() or layout primitives such as SameLine()
DLL/Lib/ImGUI/imgui.cpp:7850
MethodBeginListBox
Tip: To have a list filling the entire window width, use size.x = -FLT_MIN and pass an non-visible label e.g. "##empty" Tip: If your vertical size is
DLL/Lib/ImGUI/imgui_widgets.cpp:6291
MethodBeginMainMenuBar
DLL/Lib/ImGUI/imgui_widgets.cpp:6779
MethodBeginMenu
DLL/Lib/ImGUI/imgui_widgets.cpp:6985
MethodBeginMenuBar
FIXME: Provided a rectangle perhaps e.g. a BeginMenuBarEx() could be used anywhere.. Currently the main responsibility of this function being to setup
DLL/Lib/ImGUI/imgui_widgets.cpp:6672
MethodBeginMenuEx
DLL/Lib/ImGUI/imgui_widgets.cpp:6813
MethodBeginPopup
DLL/Lib/ImGUI/imgui.cpp:8510
MethodBeginPopupContextItem
This is a helper to handle the simplest case of associating one named popup to one given widget. - To create a popup associated to the last item, you
DLL/Lib/ImGUI/imgui.cpp:8606
MethodBeginPopupContextVoid
DLL/Lib/ImGUI/imgui.cpp:8634
MethodBeginPopupContextWindow
DLL/Lib/ImGUI/imgui.cpp:8620
MethodBeginPopupEx
Attention! BeginPopup() adds default flags which BeginPopupEx()!
DLL/Lib/ImGUI/imgui.cpp:8487
MethodBeginPopupModal
If 'p_open' is specified for a modal popup window, the popup will have a regular close button which will close the popup. Note that popup visibility s
DLL/Lib/ImGUI/imgui.cpp:8524
MethodBeginTabBar
DLL/Lib/ImGUI/imgui_widgets.cpp:7169
MethodBeginTabBarEx
DLL/Lib/ImGUI/imgui_widgets.cpp:7183
MethodBeginTabItem
DLL/Lib/ImGUI/imgui_widgets.cpp:7804
MethodBeginTable
Read about "TABLE SIZING" at the top of this file.
DLL/Lib/ImGUI/imgui_tables.cpp:304
MethodBeginTableEx
DLL/Lib/ImGUI/imgui_tables.cpp:310
MethodBeginTooltip
DLL/Lib/ImGUI/imgui.cpp:8192
MethodBeginTooltipEx
DLL/Lib/ImGUI/imgui.cpp:8197
MethodBeginViewportSideBar
Important: calling order matters! FIXME: Somehow overlapping with docking tech. FIXME: The "rect-cut" aspect of this could be formalized into a lower-
DLL/Lib/ImGUI/imgui_widgets.cpp:6744
MethodBigNoteheadEffect
DLL/CC/Effects/BigNoteheadEffect.hpp:8
MethodBinarySearch
Returns the iterator th the specified item, will be End() if the item is not found The array must be in ascending sorted order.
DLL/Wwise/Types.hpp:884
MethodBindToHandler
()
Installer/FolderPicker.cs:149
MethodBindToHandler
()
GUI/Util/FolderPicker.cs:149
FunctionBreak
<summary> Break specified Dynamic Sequence. The sequence will stop after the current item. </summary> <param name="in_playingID"> - AkPlayingID return
DLL/Wwise/SoundEngine.cpp:104
MethodBringWindowToDisplayBack
DLL/Lib/ImGUI/imgui.cpp:6493
MethodBringWindowToDisplayFront
DLL/Lib/ImGUI/imgui.cpp:6478
MethodBringWindowToFocusFront
DLL/Lib/ImGUI/imgui.cpp:6457
MethodBuild
DLL/Lib/ImGUI/imgui.cpp:2106
MethodBuild
DLL/Lib/ImGUI/imgui_draw.cpp:2253
MethodBuildRanges
DLL/Lib/ImGUI/imgui_draw.cpp:3080
MethodBuildSortByKey
For quicker full rebuild of a storage (instead of an incremental one), you may add all your contents and then sort once.
DLL/Lib/ImGUI/imgui.cpp:1939
MethodBullet
DLL/Lib/ImGUI/imgui_widgets.cpp:1275
MethodBulletText
DLL/Lib/ImGUI/imgui_widgets.cpp:378
MethodBulletTextV
Text with a little bullet aligned to the typical tree node.
DLL/Lib/ImGUI/imgui_widgets.cpp:387
MethodButton
DLL/Lib/ImGUI/imgui_widgets.cpp:714
MethodButtonBehavior
DLL/Lib/ImGUI/imgui_widgets.cpp:491
MethodButtonEx
DLL/Lib/ImGUI/imgui_widgets.cpp:670
MethodCDetourEnableWriteOnCodePage
DLL/Lib/Detours/detours.h:445
MethodCRCForTexture
DLL/D3D/D3D.cpp:448
MethodCSimpleIniTempl
DLL/Lib/Ini/SimpleIni.h:1294
MethodCTime2nsFactor
DLL/Lib/Midi/RtMidi.cpp:52
MethodCalcItemSize
[Internal] Calculate full item size given user provided 'size' parameter and default width/height. Default width is often == CalcItemWidth(). Those tw
DLL/Lib/ImGUI/imgui.cpp:7759
MethodCalcItemWidth
Calculate default item width given value passed to PushItemWidth() or SetNextItemWidth(). The SetNextItemWidth() data is generally cleared/consumed by
DLL/Lib/ImGUI/imgui.cpp:7737
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
DLL/Lib/ImGUI/imgui.cpp:2247
MethodCalcNextTotalWidth
DLL/Lib/ImGUI/imgui_widgets.cpp:6637
MethodCalcTextSize
Calculate text size. Text can be multi-line. Optionally ignore text after a ## marker. CalcTextSize("") should return ImVec2(0.0f, g.FontSize)
DLL/Lib/ImGUI/imgui.cpp:4563
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
DLL/Lib/ImGUI/imgui.cpp:4686
MethodCalcWindowNextAutoFitSize
DLL/Lib/ImGUI/imgui.cpp:5309
MethodCalcWordWrapPositionA
DLL/Lib/ImGUI/imgui_draw.cpp:3325
MethodCalcWorkRectPos
Calculate work rect pos/size given a set of offset (we have 1 pair of offset for rect locked from last frame data, and 1 pair for currently building r
DLL/Lib/ImGUI/imgui_internal.h:1342
MethodCalcWorkRectSize
DLL/Lib/ImGUI/imgui_internal.h:1343
MethodCalcWrapWidthForPos
DLL/Lib/ImGUI/imgui.cpp:3337
MethodCallContextHooks
Call context hooks (used by e.g. test engine) We assume a small number of hooks so all stored in same array
DLL/Lib/ImGUI/imgui.cpp:3468
MethodCallNextHookEx
(IntPtr idHook, int nCode, IntPtr wParam, IntPtr lParam)
GUI/Util/MessageBoxManager.cs:42
MethodCameraMarkerPosition
bool tipOfCameraMarker -> 1 = Tip, 0 = Tail. bool topOfCameraMarker -> 1 = Top, 0 = Bottom
DLL/Mods/GuitarSkeletons.cpp:165
FunctionCanDisableTrueTuning
<summary> If the user is in some menus, we should not trigger this mod or some issues may arise. </summary>
DLL/Mods/TrueTuning.cpp:9
MethodCanStart
DLL/CC/CCEffect.cpp:33
MethodCanStart
* \brief Can this effect start? By default checks that a song is being played, no incompatible effects are running, and this effect is not running
DLL/CC/Effects/SolidNotesEffect.hpp:23
MethodCanStart
* \brief Can this effect start? By default checks that a song is being played, no incompatible effects are running, and this effect is not running
DLL/CC/Effects/RainbowNotesEffect.hpp:18
MethodCanStart
* \brief Can this effect start? By default checks that a song is being played, no incompatible effects are running, and this effect is not running
DLL/CC/Effects/RainbowStringsEffect.hpp:22
FunctionCancelBankCallbackCookie
<summary> Cancel all event callbacks associated with a specific callback cookie specified while loading Banks of preparing events. </summary> <param n
DLL/Wwise/SoundEngine.cpp:12
FunctionCancelEventCallback
<summary> Cancel all event callbacks for a specific playing ID. </summary> <param name="in_playingID"> - Playing ID of the event that must not use cal
DLL/Wwise/SoundEngine.cpp:21
FunctionCancelEventCallbackCookie
<summary> Cancel all event callbacks associated with a specific callback cookie. </summary> <param name="in_pCookie"> - Callback cookie to be cancelle
DLL/Wwise/SoundEngine.cpp:30
MethodCaptureKeyboardFromApp
DLL/Lib/ImGUI/imgui.cpp:4860
MethodCaptureMouseFromApp
DLL/Lib/ImGUI/imgui.cpp:4865
MethodChangeOutputSampleRate
<summary> Reads the sample rate from output_SampleRate and tells the audio engine to approve devices with that sample rate. Must be run on boot. Has n
DLL/Mods/AudioDevices.cpp:298
MethodChangeToToneSlot
DLL/CC/Effects/ChangeToToneSlot.hpp:9
MethodChannelMaskToNumChannels
DLL/Wwise/Types.hpp:1401
MethodChannelsMerge
DLL/Lib/ImGUI/imgui.h:2482
MethodChannelsSetCurrent
DLL/Lib/ImGUI/imgui.h:2483
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
DLL/Lib/ImGUI/imgui.h:2481
MethodCheckCurrentFont
DLL/D3DOverlay.cpp:307
MethodCheckForUpdates_CallGithubAPI
()
GUI/UI.cs:4072
MethodCheckForUpdates_GetInstaller
()
GUI/UI.cs:4135
MethodCheckForUpdates_GetPatchNotes
()
GUI/UI.cs:4124
MethodCheckForUpdates_IsUpdateAvailable
()
GUI/UI.cs:4102
MethodCheckForUpdates_RunInstaller
(object sender, AsyncCompletedEventArgs e)
GUI/UI.cs:4154
MethodCheckForUpdates_UpdateRSMods
(object sender, EventArgs e)
GUI/UI.cs:4172
MethodCheckHr
(int hr, bool throwOnError)
Installer/FolderPicker.cs:90
MethodCheckHr
(int hr, bool throwOnError)
GUI/Util/FolderPicker.cs:90
MethodCheckMemoryProtection
DLL/MemUtil.cpp:311
FunctionCheckPoolId
<summary> Test the validity of a pool ID. This is used to verify the validity of a memory pool ID. </summary> <param name="in_poolId"> - ID of memory
DLL/Wwise/MemoryMgr.cpp:13
MethodCheckbox
DLL/Lib/ImGUI/imgui_widgets.cpp:1070
MethodCheckboxFlags
DLL/Lib/ImGUI/imgui_widgets.cpp:1156
MethodCheckboxFlagsT
DLL/Lib/ImGUI/imgui_widgets.cpp:1128
MethodClear
Clear the channel config. Becomes "invalid" (IsValid() returns false).
DLL/Wwise/Types.hpp:1394
MethodClear
DLL/Lib/ImGUI/imgui.h:2023
MethodClear
DLL/Lib/ImGUI/imgui.h:2081
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
DLL/Lib/ImGUI/imgui.h:2146
MethodClear
DLL/Lib/ImGUI/imgui.h:2345
MethodClear
DLL/Lib/ImGUI/imgui.h:2531
MethodClear
DLL/Lib/ImGUI/imgui.h:2586
MethodClear
DLL/Lib/ImGUI/imgui_internal.h:724
MethodClear
DLL/Lib/ImGUI/imgui_demo.cpp:6596
MethodClearActiveID
DLL/Lib/ImGUI/imgui.cpp:3118
FunctionClearBanks
<summary> Unload all currently loaded banks. It also internally calls ClearPreparedEvents() since at least one bank must have been loaded to allow pre
DLL/Wwise/SoundEngine.cpp:52
FunctionClearBit
DLL/Lib/ImGUI/imgui_internal.h:541
MethodClearClientData
not fully defined
Installer/FolderPicker.cs:140
MethodClearClientData
not fully defined
GUI/Util/FolderPicker.cs:140
← previousnext →1,201–1,300 of 3,570, ranked by callers