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
DeIndexAllBuffers
For backward compatibility: convert all buffers from indexed to de-indexed, in case you cannot render indexed. Note: this is slow and most likely a wa
DLL/Lib/ImGUI/imgui_draw.cpp:1814
Method
DebugCheckVersionAndDataLayout
Helper function to verify ABI compatibility between caller code and compiled version of Dear ImGui. Verify that the type sizes are matching between th
DLL/Lib/ImGUI/imgui.cpp:7234
Function
DebugDrawItemRect
DLL/Lib/ImGUI/imgui_internal.h:2738
Method
DebugHookIdInfo
[DEBUG] Stack tool: hooks called by GetID() family functions
DLL/Lib/ImGUI/imgui.cpp:12113
Method
DebugNodeColumns
[DEBUG] Display contents of Columns
DLL/Lib/ImGUI/imgui.cpp:11659
Method
DebugNodeDrawCmdShowMeshAndBoundingBox
[DEBUG] Display mesh/aabb of a ImDrawCmd
DLL/Lib/ImGUI/imgui.cpp:11764
Method
DebugNodeDrawList
[DEBUG] Display contents of ImDrawList
DLL/Lib/ImGUI/imgui.cpp:11670
Method
DebugNodeFont
[DEBUG] Display details for a single font, called by ShowStyleEditor().
DLL/Lib/ImGUI/imgui.cpp:11794
Method
DebugNodeStorage
[DEBUG] Display contents of ImGuiStorage
DLL/Lib/ImGUI/imgui.cpp:11890
Method
DebugNodeTabBar
[DEBUG] Display contents of ImGuiTabBar
DLL/Lib/ImGUI/imgui.cpp:11903
Method
DebugNodeTable
DLL/Lib/ImGUI/imgui_tables.cpp:3520
Method
DebugNodeTableSettings
DLL/Lib/ImGUI/imgui_tables.cpp:3582
Method
DebugNodeViewport
DLL/Lib/ImGUI/imgui.cpp:11945
Method
DebugNodeWindow
DLL/Lib/ImGUI/imgui.cpp:11965
Method
DebugNodeWindowSettings
DLL/Lib/ImGUI/imgui.cpp:12023
Method
DebugNodeWindowsList
DLL/Lib/ImGUI/imgui.cpp:12029
Method
DebugRenderViewportThumbnail
DLL/Lib/ImGUI/imgui.cpp:11190
Method
DecreaseVolume
<summary> Decrease Volume of Mixer's Backend </summary> <param name="amountToDecrease"> - How much show we decrease by?</param> <param name="mixerToDe
DLL/Mods/VolumeControl.cpp:40
Method
DecryptFile
(Stream input, Stream output, byte[] key)
GUI/Profiles.cs:208
Method
DecryptProfile
(Stream str, Stream outStream)
GUI/Profiles.cs:217
Method
DeleteString
DLL/Lib/Ini/SimpleIni.h:2687
Method
DeleteValue
DLL/Lib/Ini/SimpleIni.h:2615
Method
Delete_Keybind_AUDIO
(object sender, EventArgs e)
GUI/UI.cs:2149
Method
Delete_Keybind_MODS
(object sender, EventArgs e)
GUI/UI.cs:2133
Method
DestroyContext
DLL/Lib/ImGUI/imgui.cpp:3436
Function
DestroyPool
<summary> Destroy a memory pool. </summary> <param name="in_poolId"> - ID of memory pool</param> <returns>AK_Success if successful</returns>
DLL/Wwise/MemoryMgr.cpp:36
Method
DetachContiguousDeinterleavedData
Detach deinterleaved data where channels are contiguous in memory. The address of the buffer is returned and fields are cleared.
DLL/Wwise/Types.hpp:1702
Function
DetourGenBreak
DLL/Lib/Detours/detours.h:596
Function
DetourGenCall
DLL/Lib/Detours/detours.h:586
Function
DetourGenJmp
DLL/Lib/Detours/detours.h:576
Function
DetourGenMovEax
/////////////////////////////////////////////////////////////////////////
DLL/Lib/Detours/detours.h:501
Function
DetourGenMovEbp
DLL/Lib/Detours/detours.h:543
Function
DetourGenMovEbx
DLL/Lib/Detours/detours.h:508
Function
DetourGenMovEcx
DLL/Lib/Detours/detours.h:515
Function
DetourGenMovEdi
DLL/Lib/Detours/detours.h:536
Function
DetourGenMovEdx
DLL/Lib/Detours/detours.h:522
Function
DetourGenMovEsi
DLL/Lib/Detours/detours.h:529
Function
DetourGenMovEsp
DLL/Lib/Detours/detours.h:550
Function
DetourGenNop
DLL/Lib/Detours/detours.h:608
Function
DetourGenPopad
DLL/Lib/Detours/detours.h:570
Function
DetourGenPush
DLL/Lib/Detours/detours.h:557
Function
DetourGenPushad
DLL/Lib/Detours/detours.h:564
Function
DetourGenRet
DLL/Lib/Detours/detours.h:602
Method
DirectoryCopy
(string sourceDirName, string destDirName, bool copySubDirs)
GUI/Util/ZipUtils.cs:293
Method
DisableAltTabbingWithAudio
<summary> Pauses the audio when the user Alt+Tabs. This is the standard behavior of Rocksmith 2014. </summary>
DLL/Mods/VolumeControl.cpp:156
Method
DisableControllers
<summary> Public function to turn off XInput and DirectInput Controllers. </summary>
DLL/Mods/DisableControllers.cpp:44
Method
DisableLinearSpeeds
<summary> Reverts back to the default way to handle Riff Repeater speeds. 68% on the slider -> 50% song speed. </summary>
DLL/Mods/RiffRepeater.cpp:162
Method
DisableSongPreviewAudio
<summary> Disables the song previews when hovering over a song. </summary>
DLL/Mods/VolumeControl.cpp:69
Method
DisableTimeStretch
<summary> Turns off the Actor-Mixer TimeStretch effect in slot 2. </summary>
DLL/Mods/RiffRepeater.cpp:63
Method
DisableTrueTuning
<summary> Disable true tuning by telling note detection that it should use A440 as the base-point. </summary>
DLL/Mods/TrueTuning.cpp:67
Method
DisplayContents
Display placeholder contents for the Document
DLL/Lib/ImGUI/imgui_demo.cpp:7408
Method
DisplayContextMenu
Display context menu for the Document
DLL/Lib/ImGUI/imgui_demo.cpp:7425
Method
DisplayCurrentNote
DLL/D3DOverlay.cpp:119
Method
DisplayCurrentTuningForAutoTune
DLL/D3DOverlay.cpp:165
Method
DisplayLoopStartEndTimes
DLL/D3DOverlay.cpp:179
Method
DisplayMixer
DLL/D3DOverlay.cpp:62
Method
DisplayNode
DLL/Lib/ImGUI/imgui_demo.cpp:4600
Method
DisplayRiffRepeaterOverHundredPercentSpeed
DLL/D3DOverlay.cpp:146
Method
DisplaySongAccuracy
DLL/D3DOverlay.cpp:271
Method
DisplaySongTimer
DLL/D3DOverlay.cpp:103
Method
Dispose
<summary> Clean up any resources being used. </summary> <param name="disposing">true if managed resources should be disposed; otherwise, false.</param
Installer/GUI.Designer.cs:14
Method
Dispose
http://msdn.microsoft.com/en-us/library/fs2xkftw.aspx */
GUI/MemoryStream.cs:197
Function
DllMain
<summary> Hook into the game for us to run our own code. **DISPLAYS DEBUG CONSOLE ON DEBUG BUILD </summary> <param name="hModule"></param> <param name
DLL/dllmain.cpp:301
Method
DoRainbow
<summary> Toggle on Rainbow Strings / Rainbow Notes </summary>
DLL/Mods/ExtendedRangeMode.cpp:282
Method
DoWork
()
GUI/Twitch/PubSubImplicit.cs:41
Method
DoWork
()
GUI/Twitch/Auth/ImplicitAuth.cs:60
Method
DragBehavior
DLL/Lib/ImGUI/imgui_widgets.cpp:2341
Method
DragBehaviorT
DLL/Lib/ImGUI/imgui_widgets.cpp:2226
Method
DragFloat
DLL/Lib/ImGUI/imgui_widgets.cpp:2500
Method
DragFloat2
DLL/Lib/ImGUI/imgui_widgets.cpp:2505
Method
DragFloat3
DLL/Lib/ImGUI/imgui_widgets.cpp:2510
Method
DragFloat4
DLL/Lib/ImGUI/imgui_widgets.cpp:2515
Method
DragFloatRange2
NB: You likely want to specify the ImGuiSliderFlags_AlwaysClamp when using this.
DLL/Lib/ImGUI/imgui_widgets.cpp:2521
Method
DragInt
NB: v_speed is float to allow adjusting the drag speed with more precision
DLL/Lib/ImGUI/imgui_widgets.cpp:2554
Method
DragInt2
DLL/Lib/ImGUI/imgui_widgets.cpp:2559
Method
DragInt3
DLL/Lib/ImGUI/imgui_widgets.cpp:2564
Method
DragInt4
DLL/Lib/ImGUI/imgui_widgets.cpp:2569
Method
DragIntRange2
NB: You likely want to specify the ImGuiSliderFlags_AlwaysClamp when using this.
DLL/Lib/ImGUI/imgui_widgets.cpp:2575
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.
DLL/Lib/ImGUI/imgui_widgets.cpp:2379
Method
DragScalarN
DLL/Lib/ImGUI/imgui_widgets.cpp:2465
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
DLL/Lib/ImGUI/imgui_demo.cpp:6223
Method
DrunkModeEffect
DLL/CC/Effects/DrunkModeEffect.hpp:8
Method
Dummy
DLL/Lib/ImGUI/imgui_widgets.cpp:1319
Function
DumpTextureStages
<summary> Dump stages 0-7 of texture. https://docs.microsoft.com/en-us/windows/win32/direct3d9/texture-blending </summary> <param name="pDevice"> - De
DLL/D3D/D3DHooks.hpp:140
Function
EMSCRIPTEN_KEEPALIVE rtmidi_onMidiMessageProc
DLL/Lib/Midi/RtMidi.cpp:3750
Function
EffectRunThread
<summary> Continously keep the effects running by calling the Run() method in their classes Calls all the effects in the list (AllEffects) If the curr
DLL/CC/ControlServer.cpp:202
Method
EffectServerTCP
()
GUI/Twitch/EffectServer/EffectServerTCP.cs:34
Method
EnableLinearSpeeds
<summary> Enables the fixes that make Riff Repeater speeds linear. 68% on the slider -> 68% song speed. </summary>
DLL/Mods/RiffRepeater.cpp:154
Method
EnableSongPreviewAudio
<summary> Enables the song previews when hovering over a song. </summary>
DLL/Mods/VolumeControl.cpp:128
Method
EnableTimeStretch
<summary> Turns on the Actor-Mixer TimeStretch effect in slot 2. </summary>
DLL/Mods/RiffRepeater.cpp:55
Method
EnableTrueTuning
<summary> Re-enable True Tuning </summary>
DLL/Mods/TrueTuning.cpp:78
Method
EncryptFile
(Stream input, Stream output, byte[] key)
GUI/Profiles.cs:322
Method
End
Returns the iterator to the end of the array
DLL/Wwise/Types.hpp:861
Method
EndChild
DLL/Lib/ImGUI/imgui.cpp:5071
Method
EndChildFrame
DLL/Lib/ImGUI/imgui.cpp:5132
Method
EndColumns
DLL/Lib/ImGUI/imgui_tables.cpp:3955
Method
EndCombo
DLL/Lib/ImGUI/imgui_widgets.cpp:1694
Method
EndComboPreview
DLL/Lib/ImGUI/imgui_widgets.cpp:1727
Method
EndDialog
(IntPtr hDlg, IntPtr nResult)
GUI/Util/MessageBoxManager.cs:51
Method
EndDisabled
DLL/Lib/ImGUI/imgui.cpp:6659
← previous
next →
1,401–1,500 of 3,570, ranked by callers