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
↓ 1 callers
Function
Malign
<summary> Allocate memory from a pool, overriding the pool's default memory alignment. Needs to be used in conjunction with AK::MemoryMgr::Falign. </s
DLL/Wwise/MemoryMgr.cpp:147
↓ 1 callers
Function
MeasureLineHeight
DLL/D3DOverlay.cpp:232
↓ 1 callers
Function
MenuBarHeight
DLL/Lib/ImGUI/imgui_internal.h:2027
↓ 1 callers
Function
MoreThanThreeSecondsPassed
DLL/ModManager.cpp:219
↓ 1 callers
Function
NavClampRectToVisibleAreaForMoveDir
DLL/Lib/ImGUI/imgui.cpp:8838
↓ 1 callers
Function
NotifyOfDocumentsClosedElsewhere
[Optional] Notify the system of Tabs/Windows closure that happened outside the regular tab interface. If a tab has been closed programmatically (aka c
DLL/Lib/ImGUI/imgui_demo.cpp:7463
↓ 1 callers
Function
ParseEffectQueue
DLL/Twitch.cpp:92
↓ 1 callers
Function
PathBezierCubicCurveToCasteljau
Closely mimics ImBezierCubicClosestPointCasteljau() in imgui.cpp
DLL/Lib/ImGUI/imgui_draw.cpp:1244
↓ 1 callers
Function
PathBezierQuadraticCurveToCasteljau
DLL/Lib/ImGUI/imgui_draw.cpp:1269
↓ 1 callers
Function
PressDownArrowKey
Simply send ESC key as if pressed via the keyboard Used to avoid menus. </summary>
DLL/Keyboard.cpp:8
↓ 1 callers
Function
PreventAdvancedDisplayCrash
<summary> When a user enters their Advanced Display settings, there is a tendency for Rocksmith 2014 to crash. This mod tries to prevent that by exiti
DLL/Mods/BugPrevention.cpp:84
↓ 1 callers
Function
PreventExtraAudioDevicesCrash
<summary> Prevention for crash caused by certain audio devices (like Voicemeter virtual cables). </summary>
DLL/Mods/BugPrevention.cpp:110
↓ 1 callers
Function
PreventOculusCrash
<summary> When Rocksmith opens with a Oculus / Meta headset connected to the user computer, it can cause a crash. This is due to Rocksmith saying it o
DLL/Mods/BugPrevention.cpp:11
↓ 1 callers
Function
PreventPnPCrash
<summary> When a user has a faulty PnP (Plug-n-Play) device connected Rocksmith can crash. It crashes with a memory access violation. The following co
DLL/Mods/BugPrevention.cpp:32
↓ 1 callers
Function
PreventPortAudioInDeviceCrash
<summary> In extremely rare cases, the user may have an audio in device have a driver issue. This causes Rocksmith to crash when it reads all of their
DLL/Mods/BugPrevention.cpp:98
↓ 1 callers
Function
PreventStuckTone
<summary> When the user enters a song with a buggy tone, every tone after it will not work. This mod prevents that by changing a conditional jump to a
DLL/Mods/BugPrevention.cpp:22
↓ 1 callers
Method
PrimRectUV
DLL/Lib/ImGUI/imgui_draw.cpp:678
↓ 1 callers
Function
QuickCheckSum
DLL/D3D/D3D.hpp:217
↓ 1 callers
Function
ReadAccuracy
DLL/D3DOverlay.cpp:239
↓ 1 callers
Function
ReadMidiSettingsFromINI
<summary> Look through all MIDI devices to hook the one specified by the user. </summary> <param name="ChordsMode"> - Does the user have a pedal with
DLL/Mods/Midi.cpp:59
↓ 1 callers
Method
RefreshGuitarSpeakPresets
()
GUI/Dictionaries.cs:299
↓ 1 callers
Function
ReloadSettings
DLL/Mods/Midi.cpp:955
↓ 1 callers
Method
RemoveAll
Removes all items in the array
DLL/Wwise/Types.hpp:1097
↓ 1 callers
Function
RenderImGuiMenu
<summary> Renders the ImGui frame, including the main mod menu. </summary>
DLL/Menu.cpp:33
↓ 1 callers
Method
RenderText
Note: as with every ImDrawList drawing function, this expects that the font atlas texture is bound.
DLL/Lib/ImGUI/imgui_draw.cpp:3534
↓ 1 callers
Function
RenderViewportsThumbnails
DLL/Lib/ImGUI/imgui.cpp:11220
↓ 1 callers
Method
RestoreDefaults
()
GUI/SetAndForgetMods.cs:54
↓ 1 callers
Method
Resub
()
GUI/Twitch/PubSub.cs:54
↓ 1 callers
Function
RevertAutomatedTuning
<summary> Send a command to the pedal to turn off the modifications we did for the current song's tuning, and true-tuning. </summary>
DLL/Mods/Midi.cpp:411
↓ 1 callers
Function
RevertStringPositions
<summary> Change the string positions back to their original positions. </summary>
DLL/CC/Effects/InvertedStringsEffect.cpp:75
↓ 1 callers
Function
RtMidiOut
DLL/Lib/Midi/RtMidi.h:428
↓ 1 callers
Function
RunCommand
<summary> Runs/stops the current effect Effects are started externally (from CC or RSMods GUI), but each effect stops itself by running the Run method
DLL/CC/ControlServer.cpp:29
↓ 1 callers
Function
STB_TEXTEDIT_KEYTOTEXT
DLL/Lib/ImGUI/imgui_widgets.cpp:3666
↓ 1 callers
Function
SanitizeFormatString
Sanitize format - Zero terminate so extra characters after format (e.g. "%f123") don't confuse atof/atoi - stb_sprintf.h supports several new modifier
DLL/Lib/ImGUI/imgui_widgets.cpp:2166
↓ 1 callers
Method
Save
DLL/Lib/Ini/SimpleIni.h:2435
↓ 1 callers
Function
SaveInitialStringPos
<summary> Save the original positioning from the guitar strings </summary>
DLL/CC/Effects/InvertedStringsEffect.cpp:38
↓ 1 callers
Method
SaveTuningsJSON
()
GUI/SetAndForgetMods.cs:228
↓ 1 callers
Method
Send
(IntPtr targetHandle, int dwData, string value, uint timeoutMs = 1000, bool Unicode = false)
GUI/Util/WinMsgUtil.cs:63
↓ 1 callers
Function
SendDataToThread_CC
<summary> Send CC Value Async </summary> <param name="toePosition"> - Value of CC</param> <param name="shouldWeSendCC"> - Should we stop sending CC va
DLL/Mods/Midi.cpp:480
↓ 1 callers
Function
SendDataToThread_PC
<summary> Send PC Value Async </summary> <param name="program"> - Value of PC</param> <param name="shouldWeSendPC"> - Should we stop sending PC values
DLL/Mods/Midi.cpp:470
↓ 1 callers
Function
SendEscapeKey
<summary> Simply send ESC key as if pressed via the keyboard Used to avoid menus during startup. </summary>
DLL/Keyboard.cpp:19
↓ 1 callers
Method
SendMessageToRocksmith
(TwitchReward reward)
GUI/Twitch/PubSub.cs:150
↓ 1 callers
Function
SendResponse
<summary> Sends a response through the same socket it received the request from If the effect was started, it sends a Response with code 0 (Success),
DLL/CC/ControlServer.cpp:66
↓ 1 callers
Function
SendRocksmithToScreen
<summary> Move Rocksmith to a separate monitor on boot. </summary> <param name="startX"> - top LEFT of the screen</param> <param name="startY"> - TOP
DLL/Mods/LaunchOnExternalMonitor.cpp:10
↓ 1 callers
Method
Serialize
Serialize channel config into a 32-bit word.
DLL/Wwise/Types.hpp:1448
↓ 1 callers
Method
SetArenaBasePtr
DLL/Lib/ImGUI/imgui_internal.h:601
↓ 1 callers
Function
SetBit
DLL/Lib/ImGUI/imgui_internal.h:540
↓ 1 callers
Method
SetCircleTessellationMaxError
DLL/Lib/ImGUI/imgui_draw.cpp:386
↓ 1 callers
Method
SetDefaultTones
(string selectedToneName, int selectedToneType, bool alreadyTried = false)
GUI/SetAndForgetMods.cs:273
↓ 1 callers
Method
SetFileName
([MarshalAs(UnmanagedType.LPWStr)] string pszName)
Installer/FolderPicker.cs:130
↓ 1 callers
Method
SetFileName
([MarshalAs(UnmanagedType.LPWStr)] string pszName)
GUI/Util/FolderPicker.cs:130
↓ 1 callers
Method
SetFolder
(IShellItem psi)
Installer/FolderPicker.cs:127
↓ 1 callers
Method
SetFolder
(IShellItem psi)
GUI/Util/FolderPicker.cs:127
↓ 1 callers
Method
SetGuitarArcadeTone
(string selectedToneName, int selectedToneType)
GUI/SetAndForgetMods.cs:309
↓ 1 callers
Method
SetOkButtonLabel
([MarshalAs(UnmanagedType.LPWStr)] string pszText)
Installer/FolderPicker.cs:133
↓ 1 callers
Method
SetOkButtonLabel
([MarshalAs(UnmanagedType.LPWStr)] string pszText)
GUI/Util/FolderPicker.cs:133
↓ 1 callers
Method
SetOptions
(int options)
Installer/FolderPicker.cs:20
↓ 1 callers
Method
SetOptions
(int options)
GUI/Util/FolderPicker.cs:20
↓ 1 callers
Method
SetTitle
([MarshalAs(UnmanagedType.LPWStr)] string pszTitle)
Installer/FolderPicker.cs:132
↓ 1 callers
Method
SetTitle
([MarshalAs(UnmanagedType.LPWStr)] string pszTitle)
GUI/Util/FolderPicker.cs:132
↓ 1 callers
Method
SetToCurrentState
Save current stack sizes for later compare
DLL/Lib/ImGUI/imgui.cpp:7412
↓ 1 callers
Method
SetUp
()
GUI/Twitch/PubSub.cs:18
↓ 1 callers
Method
SetValue
Add or update a section or value. This will always insert when multiple keys are enabled. @param a_pSection Section to add or updat
DLL/Lib/Ini/SimpleIni.h:980
↓ 1 callers
Method
SetVoidPtr
DLL/Lib/ImGUI/imgui.cpp:2042
↓ 1 callers
Function
SetupLogging
DLL/dllmain.cpp:267
↓ 1 callers
Function
SetupViewportDrawData
DLL/Lib/ImGUI/imgui.cpp:4376
↓ 1 callers
Function
ShowDemoWindowColumns
Demonstrate old/legacy Columns API! [2020: Columns are under-featured and not maintained. Prefer using the more flexible and powerful BeginTable() API
DLL/Lib/ImGUI/imgui_demo.cpp:5285
↓ 1 callers
Function
ShowDemoWindowLayout
DLL/Lib/ImGUI/imgui_demo.cpp:2380
↓ 1 callers
Function
ShowDemoWindowMisc
DLL/Lib/ImGUI/imgui_demo.cpp:5482
↓ 1 callers
Function
ShowDemoWindowPopups
DLL/Lib/ImGUI/imgui_demo.cpp:3146
↓ 1 callers
Function
ShowDemoWindowTables
DLL/Lib/ImGUI/imgui_demo.cpp:3583
↓ 1 callers
Function
ShowDemoWindowWidgets
DLL/Lib/ImGUI/imgui_demo.cpp:537
↓ 1 callers
Method
ShowDialog
(IntPtr owner, bool throwOnError = false)
Installer/FolderPicker.cs:29
↓ 1 callers
Function
ShowExampleAppAutoResize
Demonstrate creating a window which gets auto-resized according to its content.
DLL/Lib/ImGUI/imgui_demo.cpp:6948
↓ 1 callers
Function
ShowExampleAppConsole
DLL/Lib/ImGUI/imgui_demo.cpp:6569
↓ 1 callers
Function
ShowExampleAppConstrainedResize
Demonstrate creating a window with custom resize constraints.
DLL/Lib/ImGUI/imgui_demo.cpp:6972
↓ 1 callers
Function
ShowExampleAppCustomRendering
Demonstrate using the low-level ImDrawList to draw custom shapes.
DLL/Lib/ImGUI/imgui_demo.cpp:7144
↓ 1 callers
Function
ShowExampleAppDocuments
DLL/Lib/ImGUI/imgui_demo.cpp:7474
↓ 1 callers
Function
ShowExampleAppFullscreen
Demonstrate creating a window covering the entire screen/viewport
DLL/Lib/ImGUI/imgui_demo.cpp:7073
↓ 1 callers
Function
ShowExampleAppLayout
Demonstrate create a window with multiple child windows.
DLL/Lib/ImGUI/imgui_demo.cpp:6738
↓ 1 callers
Function
ShowExampleAppLog
Demonstrate creating a simple log window with basic filtering.
DLL/Lib/ImGUI/imgui_demo.cpp:6704
↓ 1 callers
Function
ShowExampleAppLongText
Demonstrate/test rendering huge amount of text, and the incidence of clipping.
DLL/Lib/ImGUI/imgui_demo.cpp:6886
↓ 1 callers
Function
ShowExampleAppMainMenuBar
Demonstrate creating a "main" fullscreen menu bar and populating it. Note the difference between BeginMainMenuBar() and BeginMenuBar(): - BeginMenuBar
DLL/Lib/ImGUI/imgui_demo.cpp:6116
↓ 1 callers
Function
ShowExampleAppPropertyEditor
Demonstrate create a simple property editor.
DLL/Lib/ImGUI/imgui_demo.cpp:6851
↓ 1 callers
Function
ShowExampleAppSimpleOverlay
Demonstrate creating a simple static window with no decoration + a context-menu to choose which corner of the screen to use.
DLL/Lib/ImGUI/imgui_demo.cpp:7026
↓ 1 callers
Function
ShowExampleAppWindowTitles
Demonstrate using "##" and "###" in identifiers to manipulate ID generation. This apply to all regular items as well. Read FAQ section "How can I have
DLL/Lib/ImGUI/imgui_demo.cpp:7111
↓ 1 callers
Function
ShowPlaceholderObject
DLL/Lib/ImGUI/imgui_demo.cpp:6803
↓ 1 callers
Function
ShowTableColumnsStatusFlags
DLL/Lib/ImGUI/imgui_demo.cpp:3575
↓ 1 callers
Method
SizeFromStore
Calculate the number of SI_CHAR required for converting the input * from the storage format. The storage format is always UTF-8 or MBCS. *
DLL/Lib/Ini/SimpleIni.h:2804
↓ 1 callers
Function
SliderFloat4
DLL/Lib/ImGUI/imgui.h:2853
↓ 1 callers
Method
SplitTuningUIName
(string uiName)
GUI/SetAndForgetMods.cs:162
↓ 1 callers
Method
Stop
DLL/CC/Effects/ZoomEffect.cpp:39
↓ 1 callers
Method
StopTCPListener
()
GUI/Twitch/EffectServer/EffectServerTCP.cs:83
↓ 1 callers
Function
StopTwoRSInstances
<summary> Stops the game from starting two instances </summary>
DLL/QualityOfLife.cpp:38
↓ 1 callers
Function
SwitchToneRand
<summary> Change the tone to a random (int) value 1-4 </summary>
DLL/CC/Effects/ShuffleTonesEffect.cpp:42
↓ 1 callers
Function
TableFixFlags
Helper
DLL/Lib/ImGUI/imgui_tables.cpp:264
↓ 1 callers
Function
TakeScreenshot
<summary> Force a Steam screenshot. Requires the default "F12" screenshot key for Steam. </summary>
DLL/Keyboard.cpp:37
↓ 1 callers
Method
Test
DLL/CC/Effects/ZoomEffect.cpp:7
↓ 1 callers
Method
Transfer
DLL/Wwise/Types.hpp:1186
↓ 1 callers
Function
UnpackBitVectorToFlatIndexList
DLL/Lib/ImGUI/imgui_draw.cpp:2325
← previous
next →
801–900 of 3,570, ranked by callers