Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Lovrom8/RSMods
/ functions
Functions
3,570 in github.com/Lovrom8/RSMods
⨍
Functions
3,570
◇
Types & classes
844
Method
BeginGroup
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
Method
BeginListBox
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
Method
BeginMainMenuBar
DLL/Lib/ImGUI/imgui_widgets.cpp:6779
Method
BeginMenu
DLL/Lib/ImGUI/imgui_widgets.cpp:6985
Method
BeginMenuBar
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
Method
BeginMenuEx
DLL/Lib/ImGUI/imgui_widgets.cpp:6813
Method
BeginPopup
DLL/Lib/ImGUI/imgui.cpp:8510
Method
BeginPopupContextItem
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
Method
BeginPopupContextVoid
DLL/Lib/ImGUI/imgui.cpp:8634
Method
BeginPopupContextWindow
DLL/Lib/ImGUI/imgui.cpp:8620
Method
BeginPopupEx
Attention! BeginPopup() adds default flags which BeginPopupEx()!
DLL/Lib/ImGUI/imgui.cpp:8487
Method
BeginPopupModal
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
Method
BeginTabBar
DLL/Lib/ImGUI/imgui_widgets.cpp:7169
Method
BeginTabBarEx
DLL/Lib/ImGUI/imgui_widgets.cpp:7183
Method
BeginTabItem
DLL/Lib/ImGUI/imgui_widgets.cpp:7804
Method
BeginTable
Read about "TABLE SIZING" at the top of this file.
DLL/Lib/ImGUI/imgui_tables.cpp:304
Method
BeginTableEx
DLL/Lib/ImGUI/imgui_tables.cpp:310
Method
BeginTooltip
DLL/Lib/ImGUI/imgui.cpp:8192
Method
BeginTooltipEx
DLL/Lib/ImGUI/imgui.cpp:8197
Method
BeginViewportSideBar
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
Method
BigNoteheadEffect
DLL/CC/Effects/BigNoteheadEffect.hpp:8
Method
BinarySearch
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
Method
BindToHandler
()
Installer/FolderPicker.cs:149
Method
BindToHandler
()
GUI/Util/FolderPicker.cs:149
Function
Break
<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
Method
BringWindowToDisplayBack
DLL/Lib/ImGUI/imgui.cpp:6493
Method
BringWindowToDisplayFront
DLL/Lib/ImGUI/imgui.cpp:6478
Method
BringWindowToFocusFront
DLL/Lib/ImGUI/imgui.cpp:6457
Method
Build
DLL/Lib/ImGUI/imgui.cpp:2106
Method
Build
DLL/Lib/ImGUI/imgui_draw.cpp:2253
Method
BuildRanges
DLL/Lib/ImGUI/imgui_draw.cpp:3080
Method
BuildSortByKey
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
Method
Bullet
DLL/Lib/ImGUI/imgui_widgets.cpp:1275
Method
BulletText
DLL/Lib/ImGUI/imgui_widgets.cpp:378
Method
BulletTextV
Text with a little bullet aligned to the typical tree node.
DLL/Lib/ImGUI/imgui_widgets.cpp:387
Method
Button
DLL/Lib/ImGUI/imgui_widgets.cpp:714
Method
ButtonBehavior
DLL/Lib/ImGUI/imgui_widgets.cpp:491
Method
ButtonEx
DLL/Lib/ImGUI/imgui_widgets.cpp:670
Method
CDetourEnableWriteOnCodePage
DLL/Lib/Detours/detours.h:445
Method
CRCForTexture
DLL/D3D/D3D.cpp:448
Method
CSimpleIniTempl
DLL/Lib/Ini/SimpleIni.h:1294
Method
CTime2nsFactor
DLL/Lib/Midi/RtMidi.cpp:52
Method
CalcItemSize
[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
Method
CalcItemWidth
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
Method
CalcListClipping
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
Method
CalcNextTotalWidth
DLL/Lib/ImGUI/imgui_widgets.cpp:6637
Method
CalcTextSize
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
Method
CalcTypematicRepeatAmount
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
Method
CalcWindowNextAutoFitSize
DLL/Lib/ImGUI/imgui.cpp:5309
Method
CalcWordWrapPositionA
DLL/Lib/ImGUI/imgui_draw.cpp:3325
Method
CalcWorkRectPos
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
Method
CalcWorkRectSize
DLL/Lib/ImGUI/imgui_internal.h:1343
Method
CalcWrapWidthForPos
DLL/Lib/ImGUI/imgui.cpp:3337
Method
CallContextHooks
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
Method
CallNextHookEx
(IntPtr idHook, int nCode, IntPtr wParam, IntPtr lParam)
GUI/Util/MessageBoxManager.cs:42
Method
CameraMarkerPosition
bool tipOfCameraMarker -> 1 = Tip, 0 = Tail. bool topOfCameraMarker -> 1 = Top, 0 = Bottom
DLL/Mods/GuitarSkeletons.cpp:165
Function
CanDisableTrueTuning
<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
Method
CanStart
DLL/CC/CCEffect.cpp:33
Method
CanStart
* \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
Method
CanStart
* \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
Method
CanStart
* \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
Function
CancelBankCallbackCookie
<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
Function
CancelEventCallback
<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
Function
CancelEventCallbackCookie
<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
Method
CaptureKeyboardFromApp
DLL/Lib/ImGUI/imgui.cpp:4860
Method
CaptureMouseFromApp
DLL/Lib/ImGUI/imgui.cpp:4865
Method
ChangeOutputSampleRate
<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
Method
ChangeToToneSlot
DLL/CC/Effects/ChangeToToneSlot.hpp:9
Method
ChannelMaskToNumChannels
DLL/Wwise/Types.hpp:1401
Method
ChannelsMerge
DLL/Lib/ImGUI/imgui.h:2482
Method
ChannelsSetCurrent
DLL/Lib/ImGUI/imgui.h:2483
Method
ChannelsSplit
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
Method
CheckCurrentFont
DLL/D3DOverlay.cpp:307
Method
CheckForUpdates_CallGithubAPI
()
GUI/UI.cs:4072
Method
CheckForUpdates_GetInstaller
()
GUI/UI.cs:4135
Method
CheckForUpdates_GetPatchNotes
()
GUI/UI.cs:4124
Method
CheckForUpdates_IsUpdateAvailable
()
GUI/UI.cs:4102
Method
CheckForUpdates_RunInstaller
(object sender, AsyncCompletedEventArgs e)
GUI/UI.cs:4154
Method
CheckForUpdates_UpdateRSMods
(object sender, EventArgs e)
GUI/UI.cs:4172
Method
CheckHr
(int hr, bool throwOnError)
Installer/FolderPicker.cs:90
Method
CheckHr
(int hr, bool throwOnError)
GUI/Util/FolderPicker.cs:90
Method
CheckMemoryProtection
DLL/MemUtil.cpp:311
Function
CheckPoolId
<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
Method
Checkbox
DLL/Lib/ImGUI/imgui_widgets.cpp:1070
Method
CheckboxFlags
DLL/Lib/ImGUI/imgui_widgets.cpp:1156
Method
CheckboxFlagsT
DLL/Lib/ImGUI/imgui_widgets.cpp:1128
Method
Clear
Clear the channel config. Becomes "invalid" (IsValid() returns false).
DLL/Wwise/Types.hpp:1394
Method
Clear
DLL/Lib/ImGUI/imgui.h:2023
Method
Clear
DLL/Lib/ImGUI/imgui.h:2081
Method
Clear
- 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
Method
Clear
DLL/Lib/ImGUI/imgui.h:2345
Method
Clear
DLL/Lib/ImGUI/imgui.h:2531
Method
Clear
DLL/Lib/ImGUI/imgui.h:2586
Method
Clear
DLL/Lib/ImGUI/imgui_internal.h:724
Method
Clear
DLL/Lib/ImGUI/imgui_demo.cpp:6596
Method
ClearActiveID
DLL/Lib/ImGUI/imgui.cpp:3118
Function
ClearBanks
<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
Function
ClearBit
DLL/Lib/ImGUI/imgui_internal.h:541
Method
ClearClientData
not fully defined
Installer/FolderPicker.cs:140
Method
ClearClientData
not fully defined
GUI/Util/FolderPicker.cs:140
← previous
next →
1,201–1,300 of 3,570, ranked by callers