MCPcopy Create free account

hub / github.com/Lovrom8/RSMods / functions

Functions3,570 in github.com/Lovrom8/RSMods

MethodASIO_ClearSelectedDevice
Clear Selection
GUI/UI.cs:3249
MethodASIO_CustomBufferSize
(object sender, EventArgs e)
GUI/UI.cs:3197
MethodASIO_Input0_Channel
Input0 Settings
GUI/UI.cs:3200
MethodASIO_Input0_ClearSelection
(object sender, EventArgs e)
GUI/UI.cs:3256
MethodASIO_Input0_Disable
(object sender, EventArgs e)
GUI/UI.cs:3158
MethodASIO_Input0_EnableRefHack
(object sender, EventArgs e)
GUI/UI.cs:3209
MethodASIO_Input0_EndpointVolume
(object sender, EventArgs e)
GUI/UI.cs:3208
MethodASIO_Input0_MasterVolume
(object sender, EventArgs e)
GUI/UI.cs:3202
MethodASIO_Input0_MaxVolume
(object sender, EventArgs e)
GUI/UI.cs:3201
MethodASIO_Input1_Channel
Input1 Settings
GUI/UI.cs:3212
MethodASIO_Input1_ClearSelection
(object sender, EventArgs e)
GUI/UI.cs:3257
MethodASIO_Input1_Disable
(object sender, EventArgs e)
GUI/UI.cs:3165
MethodASIO_Input1_EnableRefHack
(object sender, EventArgs e)
GUI/UI.cs:3221
MethodASIO_Input1_EndpointVolume
(object sender, EventArgs e)
GUI/UI.cs:3220
MethodASIO_Input1_MasterVolume
(object sender, EventArgs e)
GUI/UI.cs:3214
MethodASIO_Input1_MaxVolume
(object sender, EventArgs e)
GUI/UI.cs:3213
MethodASIO_InputMic_Channel
InputMic Settings
GUI/UI.cs:3237
MethodASIO_InputMic_ClearSelection
(object sender, EventArgs e)
GUI/UI.cs:3259
MethodASIO_InputMic_Disable
(object sender, EventArgs e)
GUI/UI.cs:3172
MethodASIO_InputMic_EnableRefHack
(object sender, EventArgs e)
GUI/UI.cs:3246
MethodASIO_InputMic_EndpointVolume
(object sender, EventArgs e)
GUI/UI.cs:3245
MethodASIO_InputMic_MasterVolume
(object sender, EventArgs e)
GUI/UI.cs:3239
MethodASIO_InputMic_MaxVolume
(object sender, EventArgs e)
GUI/UI.cs:3238
MethodASIO_ListAvailableInput0
Driver
GUI/UI.cs:3120
MethodASIO_ListAvailableInput1
(object sender, EventArgs e)
GUI/UI.cs:3128
MethodASIO_ListAvailableInputMic
(object sender, EventArgs e)
GUI/UI.cs:3142
MethodASIO_ListAvailableOutput
(object sender, EventArgs e)
GUI/UI.cs:3135
MethodASIO_OpenGithub
(object sender, EventArgs e)
GUI/UI.cs:3260
MethodASIO_Output_AltBaseChannel
(object sender, EventArgs e)
GUI/UI.cs:3225
MethodASIO_Output_BaseChannel
Output Settings
GUI/UI.cs:3224
MethodASIO_Output_ClearSelection
(object sender, EventArgs e)
GUI/UI.cs:3258
MethodASIO_Output_Disable
Disable / Comment Out Driver
GUI/UI.cs:3151
MethodASIO_Output_EnableRefHack
(object sender, EventArgs e)
GUI/UI.cs:3234
MethodASIO_Output_EndpointVolume
(object sender, EventArgs e)
GUI/UI.cs:3233
MethodASIO_Output_MasterVolume
(object sender, EventArgs e)
GUI/UI.cs:3227
MethodASIO_Output_MaxVolume
(object sender, EventArgs e)
GUI/UI.cs:3226
MethodASIO_WASAPI_Input
(object sender, EventArgs e)
GUI/UI.cs:3116
MethodASIO_WASAPI_Output
Config
GUI/UI.cs:3115
MethodAcceptDragDropPayload
DLL/Lib/ImGUI/imgui.cpp:10355
MethodActivateItem
DLL/Lib/ImGUI/imgui.cpp:7063
MethodAddBezierCurve
DLL/Lib/ImGUI/imgui.h:2498
MethodAddCallback
DLL/Lib/ImGUI/imgui_draw.cpp:474
MethodAddChar
Set bit n in the array
DLL/Lib/ImGUI/imgui.h:2589
MethodAddContextHook
No specific ordering/dependency support, will see as needed
DLL/Lib/ImGUI/imgui.cpp:3447
MethodAddConvexPolyFilled
We intentionally avoid using ImVec2 and its math operators here to reduce cost to a minimum for debug/non-inlined builds.
DLL/Lib/ImGUI/imgui_draw.cpp:972
MethodAddCustomRectFontGlyph
DLL/Lib/ImGUI/imgui_draw.cpp:2205
MethodAddEntry
DLL/Lib/Ini/SimpleIni.h:1901
MethodAddFastLoadModFile
(bool NVMe)
GUI/SetAndForgetMods.cs:448
MethodAddFont
DLL/Lib/ImGUI/imgui_draw.cpp:2067
MethodAddFontDefault
Load embedded ProggyClean.ttf at size 13, disable oversampling
DLL/Lib/ImGUI/imgui_draw.cpp:2116
MethodAddFontFromFileTTF
DLL/Lib/ImGUI/imgui_draw.cpp:2137
MethodAddFontFromMemoryCompressedBase85TTF
DLL/Lib/ImGUI/imgui_draw.cpp:2184
MethodAddFontFromMemoryTTF
NB: Transfer ownership of 'ttf_data' to ImFontAtlas, unless font_cfg_template->FontDataOwnedByAtlas == false. Owned TTF buffer will be deleted after B
DLL/Lib/ImGUI/imgui_draw.cpp:2159
MethodAddImageQuad
DLL/Lib/ImGUI/imgui_draw.cpp:1621
MethodAddImageRounded
DLL/Lib/ImGUI/imgui_draw.cpp:1637
MethodAddInputCharacter
Pass in translated ASCII characters for text input. - with glfw you can get those from the callback set in glfwSetCharCallback() - on Windows you can
DLL/Lib/ImGUI/imgui.cpp:1132
MethodAddInputCharactersUTF8
DLL/Lib/ImGUI/imgui.cpp:1174
MethodAddLast
Add an item in the array, without filling it. Returns a pointer to the location to be filled.
DLL/Wwise/Types.hpp:1023
MethodAddLocalizationForTuningEntries
()
GUI/SetAndForgetMods.cs:180
MethodAddPlace
(IShellItem psi, int alignment)
Installer/FolderPicker.cs:136
MethodAddPlace
(IShellItem psi, int alignment)
GUI/Util/FolderPicker.cs:136
FunctionAddPlayerMotionDevice
<summary> Connects a motion device to a player. Call this function from your game to tell the motion engine that a player is using the specified devic
DLL/Wwise/MotionEngine.cpp:16
MethodAddQuad
DLL/Lib/ImGUI/imgui_draw.cpp:1431
MethodAddQuadFilled
DLL/Lib/ImGUI/imgui_draw.cpp:1443
MethodAddRanges
DLL/Lib/ImGUI/imgui_draw.cpp:3073
MethodAddRemapChar
DLL/Lib/ImGUI/imgui_draw.cpp:3290
FunctionAddStringColorTestingUI
DLL/Menu.cpp:98
MethodAdvise
()
Installer/FolderPicker.cs:122
MethodAdvise
()
GUI/Util/FolderPicker.cs:122
MethodAkArray
Constructor
DLL/Wwise/Types.hpp:796
MethodAkAudioBuffer
Constructor.
DLL/Wwise/Types.hpp:1588
MethodAkChannelConfig
DLL/Wwise/Types.hpp:1381
MethodAkCommSettings
DLL/Wwise/Types.hpp:235
MethodAkExternalSourceInfo
DLL/Wwise/Types.hpp:271
MethodAkPlacementNewKey
DLL/Wwise/Types.hpp:779
MethodAlignTextToFramePadding
DLL/Lib/ImGUI/imgui_widgets.cpp:1346
MethodAlloc
DLL/Wwise/Types.hpp:734
MethodAllowAltTabbingWithAudio
<summary> Allows the user to play music in game while Alt+Tabbed. </summary>
DLL/Mods/VolumeControl.cpp:142
FunctionAreIncompatibleEffectsEnabled
<summary> Check if there's any running effects that are in the list of effects that aren't compatible with the effect you are trying to enable </summa
DLL/CC/CCEffectList.cpp:80
MethodAreIncompatibleEffectsRunning
DLL/CC/CCEffect.cpp:37
MethodArrowButton
DLL/Lib/ImGUI/imgui_widgets.cpp:784
MethodArrowButtonEx
DLL/Lib/ImGUI/imgui_widgets.cpp:754
MethodAttachContiguousDeinterleavedData
Attach deinterleaved data where channels are contiguous in memory. Allocation is performed outside.
DLL/Wwise/Types.hpp:1697
MethodAttachInterleavedData
Attach interleaved data. Allocation is performed outside.
DLL/Wwise/Types.hpp:1639
MethodAuth
()
GUI/Twitch/RSModderBot.cs:89
MethodAutoLoadProfile_ClearSelection
(object sender, EventArgs e)
GUI/UI.cs:2278
FunctionAutoTuning
<summary> Auto Tune with the pedal "Digitech Whammy DT". Tuning names (in comments) are based off a guitar in E Standard. </summary> <param name="high
DLL/Mods/Midi.cpp:555
FunctionAutoTuningAndTrueTuning
<summary> Auto Tune and True-Tune with the pedal "Digitech Whammy Bass". Made by PoizenJam. </summary> <param name="highestTuning"> - Highest tuned st
DLL/Mods/Midi.cpp:757
MethodBegin
Returns the iterator to the first item of the array, will be End() if the array is empty.
DLL/Wwise/Types.hpp:853
MethodBeginChild
DLL/Lib/ImGUI/imgui.cpp:5059
MethodBeginChildEx
DLL/Lib/ImGUI/imgui.cpp:5009
MethodBeginChildFrame
Helper to create a child window / scrolling region that looks like a normal widget frame.
DLL/Lib/ImGUI/imgui.cpp:5118
MethodBeginColumns
DLL/Lib/ImGUI/imgui_tables.cpp:3823
MethodBeginCombo
DLL/Lib/ImGUI/imgui_widgets.cpp:1560
MethodBeginComboPopup
DLL/Lib/ImGUI/imgui_widgets.cpp:1635
MethodBeginComboPreview
Call directly after the BeginCombo/EndCombo block. The preview is designed to only host non-interactive elements (Experimental, see GitHub issues: #16
DLL/Lib/ImGUI/imgui_widgets.cpp:1701
MethodBeginDisabled
BeginDisabled()/EndDisabled() - Those can be nested but it cannot be used to enable an already disabled section (a single BeginDisabled(true) in the s
DLL/Lib/ImGUI/imgui.cpp:6644
MethodBeginDragDropSource
When this returns true you need to: a) call SetDragDropPayload() exactly once, b) you may render the payload visual/description, c) call EndDragDropSo
DLL/Lib/ImGUI/imgui.cpp:10125
MethodBeginDragDropTarget
We don't use BeginDragDropTargetCustom() and duplicate its code because: 1) we use LastItemRectHoveredRect which handles items that pushes a temporari
DLL/Lib/ImGUI/imgui.cpp:10322
MethodBeginDragDropTargetCustom
DLL/Lib/ImGUI/imgui.cpp:10295
← previousnext →1,101–1,200 of 3,570, ranked by callers