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
↓ 14 callers
Method
ShowDialog
(IntPtr owner, bool throwOnError = false)
GUI/Util/FolderPicker.cs:29
↓ 14 callers
Method
appendf
DLL/Lib/ImGUI/imgui.cpp:2195
↓ 14 callers
Method
number_unsigned
DLL/Lib/Json/json.hpp:6573
↓ 14 callers
Function
set_parents
DLL/Lib/Json/json.hpp:18777
↓ 14 callers
Function
stbtt__find_table
@OPTIMIZE: binary search
DLL/Lib/ImGUI/imstb_truetype.h:1289
↓ 13 callers
Function
GetGameWindow
DLL/D3D/D3DHooks.hpp:85
↓ 13 callers
Method
PathLineTo
DLL/Lib/ImGUI/imgui.h:2460
↓ 13 callers
Function
STB_TEXTEDIT_GETCHAR
DLL/Lib/ImGUI/imgui_widgets.cpp:3664
↓ 13 callers
Function
begin
! @brief returns an iterator to the first element Returns an iterator to the first element. @image html range-begin-end.svg "Illustratio
DLL/Lib/Json/json.hpp:22183
↓ 13 callers
Method
subtype
! @brief return the binary subtype Returns the numerical subtype of the value if it has a subtype. If it does not have a subtype, this fu
DLL/Lib/Json/json.hpp:5217
↓ 12 callers
Function
ImLengthSqr
DLL/Lib/ImGUI/imgui_internal.h:430
↓ 12 callers
Method
Remove
Removes the specified item if found in the array.
DLL/Wwise/Types.hpp:1070
↓ 12 callers
Function
SendControlChange
<summary> Send CC to pedal </summary> <param name="toePosition"> - Value of CC</param> <param name="alternativeBank"> - Bank to use over the default o
DLL/Mods/Midi.cpp:298
↓ 12 callers
Function
SliderFloat2
DLL/Lib/ImGUI/imgui.h:2851
↓ 12 callers
Method
StrToDecDef
(string s, decimal @default)
GUI/Util/GenUtil.cs:15
↓ 12 callers
Method
get
! @brief get next character from the input This function provides the interface to the used input adapter. It does not throw in case the
DLL/Lib/Json/json.hpp:10705
↓ 12 callers
Method
value
return value of the iterator
DLL/Lib/Json/json.hpp:4547
↓ 11 callers
Method
ClearFlags
DLL/Lib/ImGUI/imgui_internal.h:1109
↓ 11 callers
Method
ExtractEmbeddedResource
(string outputDir, Assembly resourceAssembly, string resourceLocation, string[] files)
GUI/Util/GenUtil.cs:43
↓ 11 callers
Method
number_float
DLL/Lib/Json/json.hpp:6578
↓ 10 callers
Method
AddCircle
DLL/Lib/ImGUI/imgui_draw.cpp:1477
↓ 10 callers
Function
ImSwap
DLL/Lib/ImGUI/imgui_internal.h:419
↓ 10 callers
Method
Run
()
GUI/Twitch/Auth/WebServer.cs:35
↓ 10 callers
Function
STB_TEXTEDIT_STRINGLEN
DLL/Lib/ImGUI/imgui_widgets.cpp:3663
↓ 10 callers
Method
boolean
DLL/Lib/Json/json.hpp:6563
↓ 10 callers
Function
parser
DLL/Lib/Json/json.hpp:17708
↓ 10 callers
Function
stb_textedit_prep_selection_at_cursor
update selection and cursor to match each other
DLL/Lib/ImGUI/imstb_textedit.h:687
↓ 9 callers
Method
AddCircleFilled
DLL/Lib/ImGUI/imgui_draw.cpp:1501
↓ 9 callers
Function
Clear
DLL/Lib/ImGUI/imgui_internal.h:551
↓ 9 callers
Function
GetRTPCValue
<summary> Get the value of a real-time parameter control. </summary> <param name="in_pszRtpcName"> - String name of the RTPC</param> <param name="in_g
DLL/Wwise/SoundEngine.cpp:822
↓ 9 callers
Method
GetSettingsEntry
(string entryName, Dictionary<string, string> settingsPairs = default)
GUI/Util/GenUtil.cs:261
↓ 9 callers
Method
HasSelection
DLL/Lib/ImGUI/imgui.h:1994
↓ 9 callers
Function
ImTextCharFromUtf8
Convert UTF-8 to 32-bit character, process single character input. A nearly-branchless UTF-8 decoder, based on work of Christopher Wellons (https://gi
DLL/Lib/ImGUI/imgui.cpp:1652
↓ 9 callers
Method
InjectFile
<summary> Compress a single file and append/replace existing compressed file .zip format. </summary> <param name="sourceFilePath">The file to compress
GUI/Util/ZipUtils.cs:92
↓ 9 callers
Function
LowerBound
std::lower_bound but without the bullshit
DLL/Lib/ImGUI/imgui.cpp:1916
↓ 9 callers
Method
PathArcToFast
0: East, 3: South, 6: West, 9: North, 12: East
DLL/Lib/ImGUI/imgui_draw.cpp:1164
↓ 9 callers
Method
append
DLL/Lib/ImGUI/imgui.cpp:2177
↓ 9 callers
Method
count
DLL/Lib/Json/json.hpp:17511
↓ 9 callers
Method
dump
! @brief internal implementation of the serialization function This function is called by the public member function dump and organizes t
DLL/Lib/Json/json.hpp:16522
↓ 9 callers
Function
is_binary
! @brief return whether value is a binary array This function returns true if and only if the JSON value is a binary array. @return `tru
DLL/Lib/Json/json.hpp:20279
↓ 9 callers
Function
set_parent
DLL/Lib/Json/json.hpp:18827
↓ 9 callers
Function
stbtt__buf_seek
DLL/Lib/ImGUI/imstb_truetype.h:1130
↓ 9 callers
Function
stbtt__new_buf
DLL/Lib/ImGUI/imstb_truetype.h:1151
↓ 9 callers
Function
stbtt_setvertex
DLL/Lib/ImGUI/imstb_truetype.h:1559
↓ 8 callers
Method
Begin
Use case A: Begin() called from constructor with items_height<0, then called again from Step() in StepNo 1 Use case B: Begin() called from constructor
DLL/Lib/ImGUI/imgui.cpp:2326
↓ 8 callers
Method
Copy
DLL/Wwise/Types.hpp:1199
↓ 8 callers
Function
IM_DELETE
DLL/Lib/ImGUI/imgui.h:1680
↓ 8 callers
Function
ImAddClampOverflow
DLL/Lib/ImGUI/imgui_internal.h:420
↓ 8 callers
Function
ImCharIsBlankA
DLL/Lib/ImGUI/imgui_internal.h:326
↓ 8 callers
Function
ImHashData
Known size hash It is ok to call ImHashData on a string with known length but the ### operator won't be supported. FIXME-OPT: Replace with e.g. FNV1a
DLL/Lib/ImGUI/imgui.cpp:1528
↓ 8 callers
Function
ImLog
DLL/Lib/ImGUI/imgui_internal.h:399
↓ 8 callers
Function
ImSubClampOverflow
DLL/Lib/ImGUI/imgui_internal.h:421
↓ 8 callers
Function
IsNavInputDown
DLL/Lib/ImGUI/imgui_internal.h:2553
↓ 8 callers
Function
STB_TEXTEDIT_LAYOUTROW
DLL/Lib/ImGUI/imgui_widgets.cpp:3668
↓ 8 callers
Method
ToArray
()
GUI/MemoryStream.cs:203
↓ 8 callers
Function
dump_integer
DLL/Lib/Json/json.hpp:17108
↓ 8 callers
Function
stbtt_ScaleForPixelHeight
DLL/Lib/ImGUI/imstb_truetype.h:2607
↓ 8 callers
Function
stbtt__buf_skip
DLL/Lib/ImGUI/imstb_truetype.h:1136
↓ 8 callers
Method
string
DLL/Lib/Json/json.hpp:6583
↓ 7 callers
Method
AddImage
DLL/Lib/ImGUI/imgui_draw.cpp:1605
↓ 7 callers
Method
AddRectFilledMultiColor
p_min = upper-left, p_max = lower-right
DLL/Lib/ImGUI/imgui_draw.cpp:1416
↓ 7 callers
Method
GetCenter
Helpers
DLL/Lib/ImGUI/imgui.h:2818
↓ 7 callers
Method
GetSaveDirectory
(bool forceRegistry = false)
GUI/Profiles.cs:124
↓ 7 callers
Function
ImAbs
DLL/Lib/ImGUI/imgui_internal.h:401
↓ 7 callers
Function
ImFileClose
We should in theory be using fseeko()/ftello() with off_t and _fseeki64()/_ftelli64() with __int64, waiting for the PR that does that in a very portab
DLL/Lib/ImGUI/imgui.cpp:1597
↓ 7 callers
Function
ImFormatStringV
DLL/Lib/ImGUI/imgui.cpp:1486
↓ 7 callers
Function
ImGui_ImplDX9_GetBackendData
Backend data stored in io.BackendRendererUserData to allow support for multiple Dear ImGui contexts It is STRONGLY preferred that you use docking bran
DLL/Lib/ImGUI/imgui_impl_dx9.cpp:68
↓ 7 callers
Function
ImPow
DLL/Lib/ImGUI/imgui_internal.h:397
↓ 7 callers
Function
ImStrSkipBlank
DLL/Lib/ImGUI/imgui.cpp:1443
↓ 7 callers
Method
InsertChars
DLL/Lib/ImGUI/imgui_widgets.cpp:3816
↓ 7 callers
Method
PathArcTo
DLL/Lib/ImGUI/imgui_draw.cpp:1174
↓ 7 callers
Function
RenderArrow
[1.71: 2019/06/07: Updating prototypes of some of the internal functions. Leaving those for reference for a short while]
DLL/Lib/ImGUI/imgui_internal.h:2663
↓ 7 callers
Function
ToggleLoft
<summary> Turn the background / "map" on or off. </summary>
DLL/Mods/Loft.cpp:8
↓ 7 callers
Function
checkWebMidiAvailability
DLL/Lib/Midi/RtMidi.cpp:3653
↓ 7 callers
Method
end_array
DLL/Lib/Json/json.hpp:6613
↓ 7 callers
Method
end_object
DLL/Lib/Json/json.hpp:6603
↓ 7 callers
Function
find
DLL/Lib/ImGUI/imgui.h:1749
↓ 7 callers
Method
start_array
DLL/Lib/Json/json.hpp:6608
↓ 7 callers
Method
start_object
DLL/Lib/Json/json.hpp:6593
↓ 7 callers
Function
stbtt_GetGlyphBitmapBoxSubpixel
DLL/Lib/ImGUI/imstb_truetype.h:2629
↓ 7 callers
Function
stbtt__cff_get_index
DLL/Lib/ImGUI/imstb_truetype.h:1173
↓ 6 callers
Method
AddTriangleFilled
DLL/Lib/ImGUI/imgui_draw.cpp:1466
↓ 6 callers
Function
CalcWindowSizeAfterConstraint
DLL/Lib/ImGUI/imgui.cpp:5216
↓ 6 callers
Method
Close
(int hr)
GUI/Util/FolderPicker.cs:138
↓ 6 callers
Method
ConvertToStore
Convert the input string to the storage format of this data. * The storage format is always UTF-8 or MBCS. * * @param a_pInputData NUL
DLL/Lib/Ini/SimpleIni.h:2872
↓ 6 callers
Method
Draw
DLL/Lib/ImGUI/imgui.cpp:2078
↓ 6 callers
Method
GetColumnSettings
DLL/Lib/ImGUI/imgui_internal.h:2363
↓ 6 callers
Function
ImTextCountUtf8BytesFromStr
DLL/Lib/ImGUI/imgui.cpp:1811
↓ 6 callers
Function
IsInModesWithAllowedFastRiffRepeater
DLL/GameState.cpp:194
↓ 6 callers
Function
IsInTuningMenus
DLL/GameState.cpp:170
↓ 6 callers
Function
IsToBeRemoved
DLL/D3D/D3DHelper.hpp:117
↓ 6 callers
Method
PrimVtx
DLL/Lib/ImGUI/imgui.h:2495
↓ 6 callers
Method
PushClipRect
Push a clipping rectangle for both ImGui logic (hit-testing etc.) and low-level ImDrawList rendering. - When using this function it is sane to ensure
DLL/Lib/ImGUI/imgui.cpp:4400
↓ 6 callers
Function
RenderBullet
DLL/Lib/ImGUI/imgui_internal.h:2664
↓ 6 callers
Function
STB_TEXTEDIT_INSERTCHARS
DLL/Lib/ImGUI/imgui_widgets.cpp:3710
↓ 6 callers
Method
SendMsgToRS
(string msg)
GUI/Util/WinMsgUtil.cs:73
↓ 6 callers
Method
Step
DLL/Lib/ImGUI/imgui_demo.cpp:6978
↓ 6 callers
Function
TabItemGetSectionIdx
DLL/Lib/ImGUI/imgui_widgets.cpp:7132
↓ 6 callers
Function
UpdateSettings
<summary> Update settings so users don't need to restart the game for every mod they want to toggle on / off. </summary>
DLL/ModManager.cpp:96
↓ 6 callers
Method
WriteINI
(Dictionary<string, Dictionary<string, string>> DictionaryToWrite)
GUI/WriteSettings.cs:252
← previous
next →
101–200 of 3,570, ranked by callers