MCPcopy Create free account

hub / github.com/Lovrom8/RSMods / functions

Functions3,570 in github.com/Lovrom8/RSMods

↓ 1 callersFunctionMalign
<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 callersFunctionMeasureLineHeight
DLL/D3DOverlay.cpp:232
↓ 1 callersFunctionMenuBarHeight
DLL/Lib/ImGUI/imgui_internal.h:2027
↓ 1 callersFunctionMoreThanThreeSecondsPassed
DLL/ModManager.cpp:219
↓ 1 callersFunctionNavClampRectToVisibleAreaForMoveDir
DLL/Lib/ImGUI/imgui.cpp:8838
↓ 1 callersFunctionNotifyOfDocumentsClosedElsewhere
[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 callersFunctionParseEffectQueue
DLL/Twitch.cpp:92
↓ 1 callersFunctionPathBezierCubicCurveToCasteljau
Closely mimics ImBezierCubicClosestPointCasteljau() in imgui.cpp
DLL/Lib/ImGUI/imgui_draw.cpp:1244
↓ 1 callersFunctionPathBezierQuadraticCurveToCasteljau
DLL/Lib/ImGUI/imgui_draw.cpp:1269
↓ 1 callersFunctionPressDownArrowKey
Simply send ESC key as if pressed via the keyboard Used to avoid menus. </summary>
DLL/Keyboard.cpp:8
↓ 1 callersFunctionPreventAdvancedDisplayCrash
<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 callersFunctionPreventExtraAudioDevicesCrash
<summary> Prevention for crash caused by certain audio devices (like Voicemeter virtual cables). </summary>
DLL/Mods/BugPrevention.cpp:110
↓ 1 callersFunctionPreventOculusCrash
<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 callersFunctionPreventPnPCrash
<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 callersFunctionPreventPortAudioInDeviceCrash
<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 callersFunctionPreventStuckTone
<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 callersMethodPrimRectUV
DLL/Lib/ImGUI/imgui_draw.cpp:678
↓ 1 callersFunctionQuickCheckSum
DLL/D3D/D3D.hpp:217
↓ 1 callersFunctionReadAccuracy
DLL/D3DOverlay.cpp:239
↓ 1 callersFunctionReadMidiSettingsFromINI
<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 callersMethodRefreshGuitarSpeakPresets
()
GUI/Dictionaries.cs:299
↓ 1 callersFunctionReloadSettings
DLL/Mods/Midi.cpp:955
↓ 1 callersMethodRemoveAll
Removes all items in the array
DLL/Wwise/Types.hpp:1097
↓ 1 callersFunctionRenderImGuiMenu
<summary> Renders the ImGui frame, including the main mod menu. </summary>
DLL/Menu.cpp:33
↓ 1 callersMethodRenderText
Note: as with every ImDrawList drawing function, this expects that the font atlas texture is bound.
DLL/Lib/ImGUI/imgui_draw.cpp:3534
↓ 1 callersFunctionRenderViewportsThumbnails
DLL/Lib/ImGUI/imgui.cpp:11220
↓ 1 callersMethodRestoreDefaults
()
GUI/SetAndForgetMods.cs:54
↓ 1 callersMethodResub
()
GUI/Twitch/PubSub.cs:54
↓ 1 callersFunctionRevertAutomatedTuning
<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 callersFunctionRevertStringPositions
<summary> Change the string positions back to their original positions. </summary>
DLL/CC/Effects/InvertedStringsEffect.cpp:75
↓ 1 callersFunctionRtMidiOut
DLL/Lib/Midi/RtMidi.h:428
↓ 1 callersFunctionRunCommand
<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 callersFunctionSTB_TEXTEDIT_KEYTOTEXT
DLL/Lib/ImGUI/imgui_widgets.cpp:3666
↓ 1 callersFunctionSanitizeFormatString
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 callersMethodSave
DLL/Lib/Ini/SimpleIni.h:2435
↓ 1 callersFunctionSaveInitialStringPos
<summary> Save the original positioning from the guitar strings </summary>
DLL/CC/Effects/InvertedStringsEffect.cpp:38
↓ 1 callersMethodSaveTuningsJSON
()
GUI/SetAndForgetMods.cs:228
↓ 1 callersMethodSend
(IntPtr targetHandle, int dwData, string value, uint timeoutMs = 1000, bool Unicode = false)
GUI/Util/WinMsgUtil.cs:63
↓ 1 callersFunctionSendDataToThread_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 callersFunctionSendDataToThread_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 callersFunctionSendEscapeKey
<summary> Simply send ESC key as if pressed via the keyboard Used to avoid menus during startup. </summary>
DLL/Keyboard.cpp:19
↓ 1 callersMethodSendMessageToRocksmith
(TwitchReward reward)
GUI/Twitch/PubSub.cs:150
↓ 1 callersFunctionSendResponse
<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 callersFunctionSendRocksmithToScreen
<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 callersMethodSerialize
Serialize channel config into a 32-bit word.
DLL/Wwise/Types.hpp:1448
↓ 1 callersMethodSetArenaBasePtr
DLL/Lib/ImGUI/imgui_internal.h:601
↓ 1 callersFunctionSetBit
DLL/Lib/ImGUI/imgui_internal.h:540
↓ 1 callersMethodSetCircleTessellationMaxError
DLL/Lib/ImGUI/imgui_draw.cpp:386
↓ 1 callersMethodSetDefaultTones
(string selectedToneName, int selectedToneType, bool alreadyTried = false)
GUI/SetAndForgetMods.cs:273
↓ 1 callersMethodSetFileName
([MarshalAs(UnmanagedType.LPWStr)] string pszName)
Installer/FolderPicker.cs:130
↓ 1 callersMethodSetFileName
([MarshalAs(UnmanagedType.LPWStr)] string pszName)
GUI/Util/FolderPicker.cs:130
↓ 1 callersMethodSetFolder
(IShellItem psi)
Installer/FolderPicker.cs:127
↓ 1 callersMethodSetFolder
(IShellItem psi)
GUI/Util/FolderPicker.cs:127
↓ 1 callersMethodSetGuitarArcadeTone
(string selectedToneName, int selectedToneType)
GUI/SetAndForgetMods.cs:309
↓ 1 callersMethodSetOkButtonLabel
([MarshalAs(UnmanagedType.LPWStr)] string pszText)
Installer/FolderPicker.cs:133
↓ 1 callersMethodSetOkButtonLabel
([MarshalAs(UnmanagedType.LPWStr)] string pszText)
GUI/Util/FolderPicker.cs:133
↓ 1 callersMethodSetOptions
(int options)
Installer/FolderPicker.cs:20
↓ 1 callersMethodSetOptions
(int options)
GUI/Util/FolderPicker.cs:20
↓ 1 callersMethodSetTitle
([MarshalAs(UnmanagedType.LPWStr)] string pszTitle)
Installer/FolderPicker.cs:132
↓ 1 callersMethodSetTitle
([MarshalAs(UnmanagedType.LPWStr)] string pszTitle)
GUI/Util/FolderPicker.cs:132
↓ 1 callersMethodSetToCurrentState
Save current stack sizes for later compare
DLL/Lib/ImGUI/imgui.cpp:7412
↓ 1 callersMethodSetUp
()
GUI/Twitch/PubSub.cs:18
↓ 1 callersMethodSetValue
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 callersMethodSetVoidPtr
DLL/Lib/ImGUI/imgui.cpp:2042
↓ 1 callersFunctionSetupLogging
DLL/dllmain.cpp:267
↓ 1 callersFunctionSetupViewportDrawData
DLL/Lib/ImGUI/imgui.cpp:4376
↓ 1 callersFunctionShowDemoWindowColumns
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 callersFunctionShowDemoWindowLayout
DLL/Lib/ImGUI/imgui_demo.cpp:2380
↓ 1 callersFunctionShowDemoWindowMisc
DLL/Lib/ImGUI/imgui_demo.cpp:5482
↓ 1 callersFunctionShowDemoWindowPopups
DLL/Lib/ImGUI/imgui_demo.cpp:3146
↓ 1 callersFunctionShowDemoWindowTables
DLL/Lib/ImGUI/imgui_demo.cpp:3583
↓ 1 callersFunctionShowDemoWindowWidgets
DLL/Lib/ImGUI/imgui_demo.cpp:537
↓ 1 callersMethodShowDialog
(IntPtr owner, bool throwOnError = false)
Installer/FolderPicker.cs:29
↓ 1 callersFunctionShowExampleAppAutoResize
Demonstrate creating a window which gets auto-resized according to its content.
DLL/Lib/ImGUI/imgui_demo.cpp:6948
↓ 1 callersFunctionShowExampleAppConsole
DLL/Lib/ImGUI/imgui_demo.cpp:6569
↓ 1 callersFunctionShowExampleAppConstrainedResize
Demonstrate creating a window with custom resize constraints.
DLL/Lib/ImGUI/imgui_demo.cpp:6972
↓ 1 callersFunctionShowExampleAppCustomRendering
Demonstrate using the low-level ImDrawList to draw custom shapes.
DLL/Lib/ImGUI/imgui_demo.cpp:7144
↓ 1 callersFunctionShowExampleAppDocuments
DLL/Lib/ImGUI/imgui_demo.cpp:7474
↓ 1 callersFunctionShowExampleAppFullscreen
Demonstrate creating a window covering the entire screen/viewport
DLL/Lib/ImGUI/imgui_demo.cpp:7073
↓ 1 callersFunctionShowExampleAppLayout
Demonstrate create a window with multiple child windows.
DLL/Lib/ImGUI/imgui_demo.cpp:6738
↓ 1 callersFunctionShowExampleAppLog
Demonstrate creating a simple log window with basic filtering.
DLL/Lib/ImGUI/imgui_demo.cpp:6704
↓ 1 callersFunctionShowExampleAppLongText
Demonstrate/test rendering huge amount of text, and the incidence of clipping.
DLL/Lib/ImGUI/imgui_demo.cpp:6886
↓ 1 callersFunctionShowExampleAppMainMenuBar
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 callersFunctionShowExampleAppPropertyEditor
Demonstrate create a simple property editor.
DLL/Lib/ImGUI/imgui_demo.cpp:6851
↓ 1 callersFunctionShowExampleAppSimpleOverlay
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 callersFunctionShowExampleAppWindowTitles
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 callersFunctionShowPlaceholderObject
DLL/Lib/ImGUI/imgui_demo.cpp:6803
↓ 1 callersFunctionShowTableColumnsStatusFlags
DLL/Lib/ImGUI/imgui_demo.cpp:3575
↓ 1 callersMethodSizeFromStore
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 callersFunctionSliderFloat4
DLL/Lib/ImGUI/imgui.h:2853
↓ 1 callersMethodSplitTuningUIName
(string uiName)
GUI/SetAndForgetMods.cs:162
↓ 1 callersMethodStop
DLL/CC/Effects/ZoomEffect.cpp:39
↓ 1 callersMethodStopTCPListener
()
GUI/Twitch/EffectServer/EffectServerTCP.cs:83
↓ 1 callersFunctionStopTwoRSInstances
<summary> Stops the game from starting two instances </summary>
DLL/QualityOfLife.cpp:38
↓ 1 callersFunctionSwitchToneRand
<summary> Change the tone to a random (int) value 1-4 </summary>
DLL/CC/Effects/ShuffleTonesEffect.cpp:42
↓ 1 callersFunctionTableFixFlags
Helper
DLL/Lib/ImGUI/imgui_tables.cpp:264
↓ 1 callersFunctionTakeScreenshot
<summary> Force a Steam screenshot. Requires the default "F12" screenshot key for Steam. </summary>
DLL/Keyboard.cpp:37
↓ 1 callersMethodTest
DLL/CC/Effects/ZoomEffect.cpp:7
↓ 1 callersMethodTransfer
DLL/Wwise/Types.hpp:1186
↓ 1 callersFunctionUnpackBitVectorToFlatIndexList
DLL/Lib/ImGUI/imgui_draw.cpp:2325
← previousnext →801–900 of 3,570, ranked by callers