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
Method
Update
Helpers for internal use
DLL/Lib/ImGUI/imgui_widgets.cpp:6626
↓ 1 callers
Function
UpdateGameLoadingState
<summary> Handles updates while the game is still loading. </summary>
DLL/ModManager.cpp:536
↓ 1 callers
Function
UpdateGameWindowStacking
DLL/dllmain.cpp:169
↓ 1 callers
Function
UpdateScales
DLL/ObjectUtil.cpp:50
↓ 1 callers
Function
UpdateSettingsOnGUIChange
DLL/Keybindings.cpp:193
↓ 1 callers
Function
UpdateStringTextures
<summary> Regenerate string colors when the user changes their string colors in the GUI. Needed to have real-time textures. </summary>
DLL/Menu.cpp:59
↓ 1 callers
Method
UpdateWorkRect
DLL/Lib/ImGUI/imgui_internal.h:1344
↓ 1 callers
Method
WriteINI
(Dictionary<string, Dictionary<string, string>> DictionaryToWrite)
GUI/Rocksmith/WriteSettings.cs:48
↓ 1 callers
Function
XInput
<summary> Disable XInput controlers (Xbox Controllers) </summary>
DLL/Mods/DisableControllers.cpp:9
↓ 1 callers
Method
_CalcCircleAutoSegmentCount
DLL/Lib/ImGUI/imgui_draw.cpp:567
↓ 1 callers
Method
_ClearFreeMemory
DLL/Lib/ImGUI/imgui_draw.cpp:426
↓ 1 callers
Method
_TryMergeDrawCmds
Try to merge two last draw commands
DLL/Lib/ImGUI/imgui_draw.cpp:495
↓ 1 callers
Function
append_exponent
DLL/Lib/Json/json.hpp:16244
↓ 1 callers
Function
at
! @brief access specified array element with bounds checking Returns a reference to the element at specified location @a idx, with bounds
DLL/Lib/Json/json.hpp:20989
↓ 1 callers
Function
chunk_size
DLL/Lib/ImGUI/imgui_internal.h:660
↓ 1 callers
Function
crbegin
! @brief returns a const reverse iterator to the last element Returns a const iterator to the reverse-beginning; that is, the last elemen
DLL/Lib/Json/json.hpp:22398
↓ 1 callers
Function
crend
! @brief returns a const reverse iterator to one before the first Returns a const reverse iterator to the reverse-end; that is, one before
DLL/Lib/Json/json.hpp:22427
↓ 1 callers
Function
dump_float
! @brief dump a floating-point number Dump a given floating-point number to output stream @a o. Works internally with @a number_buffer.
DLL/Lib/Json/json.hpp:17194
↓ 1 callers
Function
emplace_back
DLL/Lib/Json/json.hpp:23147
↓ 1 callers
Function
erase
DLL/Lib/ImGUI/imgui.h:1744
↓ 1 callers
Function
erase
DLL/Lib/Json/json.hpp:21729
↓ 1 callers
Function
erase_unsorted
DLL/Lib/ImGUI/imgui.h:1746
↓ 1 callers
Function
find_largest_pow10
! For n != 0, returns k, such that pow10 := 10^(k-1) <= n < 10^k. For n == 0, returns 1 and sets pow10 := 1. */
DLL/Lib/Json/json.hpp:15808
↓ 1 callers
Function
format_buffer
DLL/Lib/Json/json.hpp:16296
↓ 1 callers
Function
from_json_request
<summary> Convert the information about the current effect which contains special parameters from JSON to Request struct </summary> <param name="j"> -
DLL/CC/ControlServer.cpp:288
↓ 1 callers
Function
get_cached_power_for_binary_exponent
! For a normalized diyfp w = f * 2^e, this function returns a (normalized) cached power-of-ten c = f_c * 2^e_c, such that the exponent of the product
DLL/Lib/Json/json.hpp:15644
↓ 1 callers
Function
get_impl_ptr
DLL/Lib/Json/json.hpp:20356
↓ 1 callers
Function
get_ptr
DLL/Lib/Json/json.hpp:20522
↓ 1 callers
Method
get_value
DLL/Lib/Json/json.hpp:11465
↓ 1 callers
Function
grisu2_digit_gen
! Generates V = buffer * 10^decimal_exponent, such that M- <= V <= M+. M- and M+ must be normalized and share the same exponent -60 <= e <= -32. */
DLL/Lib/Json/json.hpp:15903
↓ 1 callers
Function
hash
DLL/Lib/Json/json.hpp:5317
↓ 1 callers
Function
insert
DLL/Lib/ImGUI/imgui.h:1747
↓ 1 callers
Function
insert
! @brief inserts element Inserts element @a val before iterator @a pos. @param[in] pos iterator before which the content will be inserte
DLL/Lib/Json/json.hpp:23268
↓ 1 callers
Function
int_to_string
DLL/Lib/Json/json.hpp:4450
↓ 1 callers
Function
is_number
! @brief return whether value is a number This function returns true if and only if the JSON value is a number. This includes both intege
DLL/Lib/Json/json.hpp:20106
↓ 1 callers
Function
is_structured
! @brief return whether type is structured This function returns true if and only if the JSON type is structured (array or object).
DLL/Lib/Json/json.hpp:20032
↓ 1 callers
Function
is_word_boundary_from_left
FIXME: Move setting to IO structure
DLL/Lib/ImGUI/imgui_widgets.cpp:3686
↓ 1 callers
Method
midiInClose
(IntPtr hmi)
GUI/UI.cs:4786
↓ 1 callers
Method
midiInOpen
(ref IntPtr hmi, uint uDeviceID, [MarshalAs(UnmanagedType.FunctionPtr)] MidiInProc dwCallback, uint dwInstance
GUI/UI.cs:4777
↓ 1 callers
Method
midiInStart
(IntPtr hmi)
GUI/UI.cs:4780
↓ 1 callers
Method
midiInStop
(IntPtr hmi)
GUI/UI.cs:4783
↓ 1 callers
Method
midiOutGetDevCaps
(uint uDeviceID, ref MIDIOUTCAPS lpMidiOutCaps, uint cbMidiOutCaps)
GUI/UI.cs:4765
↓ 1 callers
Method
midiOutGetNumDevs
()
GUI/UI.cs:4768
↓ 1 callers
Function
operator+
! @brief add to iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
DLL/Lib/Json/json.hpp:12198
↓ 1 callers
Method
operator+
add to iterator
DLL/Lib/Json/json.hpp:12411
↓ 1 callers
Function
operator+=
! @brief add an object to an array @copydoc push_back(basic_json&&) */
DLL/Lib/Json/json.hpp:22981
↓ 1 callers
Function
operator-
! @brief subtract from iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
DLL/Lib/Json/json.hpp:12220
↓ 1 callers
Function
operator<
! @brief comparison operator for JSON types Returns an ordering that is similar to Python: - order: null < boolean < number < object < array < string
DLL/Lib/Json/json.hpp:149
↓ 1 callers
Method
pop
DLL/Lib/Midi/RtMidi.cpp:771
↓ 1 callers
Function
push_back
NB: It is illegal to call push_back/push_front/insert with a reference pointing inside the ImVector data itself! e.g. v.push_back(v[10]) is forbidden.
DLL/Lib/ImGUI/imgui.h:1741
↓ 1 callers
Method
refreshAudioKeybindingList
()
GUI/Dictionaries.cs:516
↓ 1 callers
Method
refreshKeybindingList
()
GUI/Dictionaries.cs:481
↓ 1 callers
Function
remove_sign
* Overload to make the compiler happy while it is instantiating * dump_integer for number_unsigned_t. * Must never be called. */
DLL/Lib/Json/json.hpp:17335
↓ 1 callers
Function
resize
DLL/Lib/ImGUI/imgui.h:1735
↓ 1 callers
Function
sax_parse
DLL/Lib/Json/json.hpp:24555
↓ 1 callers
Method
setClientName
DLL/Lib/Midi/RtMidi.cpp:3808
↓ 1 callers
Method
setPortName
DLL/Lib/Midi/RtMidi.cpp:3813
↓ 1 callers
Function
skip_bom
! @brief skip the UTF-8 byte order mark @return true iff there is no BOM or the correct BOM has been skipped */
DLL/Lib/Json/json.hpp:8108
↓ 1 callers
Function
split
! @brief split the string input to reference tokens @note This function is only called by the json_pointer constructor. All excepti
DLL/Lib/Json/json.hpp:13243
↓ 1 callers
Method
split
DLL/Lib/ImGUI/imgui.cpp:2088
↓ 1 callers
Function
stb_adler32
DLL/Lib/ImGUI/imgui_draw.cpp:4009
↓ 1 callers
Function
stb_decompress
DLL/Lib/ImGUI/imgui_draw.cpp:4040
↓ 1 callers
Function
stb_decompress_token
DLL/Lib/ImGUI/imgui_draw.cpp:3992
↓ 1 callers
Function
stb_text_create_undo_record
DLL/Lib/ImGUI/imstb_textedit.h:1181
↓ 1 callers
Function
stb_text_makeundo_delete
DLL/Lib/ImGUI/imstb_textedit.h:1349
↓ 1 callers
Function
stb_text_redo
DLL/Lib/ImGUI/imstb_textedit.h:1293
↓ 1 callers
Function
stb_text_undo
DLL/Lib/ImGUI/imstb_textedit.h:1225
↓ 1 callers
Function
stb_textedit_clear_state
reset the state to default
DLL/Lib/ImGUI/imstb_textedit.h:1370
↓ 1 callers
Function
stb_textedit_click
API click: on mouse down, move the cursor to the clicked location, and reset the selection
DLL/Lib/ImGUI/imstb_textedit.h:458
↓ 1 callers
Function
stb_textedit_cut
API cut: delete selection
DLL/Lib/ImGUI/imstb_textedit.h:696
↓ 1 callers
Function
stb_textedit_discard_redo
discard the oldest entry in the redo list--it's bad if this ever happens, but because undo & redo have to store the actual characters in different cas
DLL/Lib/ImGUI/imstb_textedit.h:1151
↓ 1 callers
Function
stb_textedit_drag
API drag: on mouse drag, move the cursor and selection endpoint to the clicked location
DLL/Lib/ImGUI/imstb_textedit.h:476
↓ 1 callers
Function
stb_textedit_flush_redo
DLL/Lib/ImGUI/imstb_textedit.h:1122
↓ 1 callers
Function
stb_textedit_initialize_state
API initialize
DLL/Lib/ImGUI/imstb_textedit.h:1388
↓ 1 callers
Function
stb_textedit_key
API key: process a keyboard input
DLL/Lib/ImGUI/imstb_textedit.h:732
↓ 1 callers
Function
stb_textedit_paste
DLL/Lib/ImGUI/imstb_textedit.h:1398
↓ 1 callers
Function
stb_textedit_paste_internal
API paste: replace existing selection with passed-in text
DLL/Lib/ImGUI/imstb_textedit.h:707
↓ 1 callers
Function
stb_textedit_replace
stb_textedit internally allows for a single undo record to do addition and deletion, but somehow, calling the stb_textedit_paste() function creates tw
DLL/Lib/ImGUI/imgui_widgets.cpp:3766
↓ 1 callers
Function
stbrp__skyline_find_best_pos
DLL/Lib/ImGUI/imstb_rectpack.h:351
↓ 1 callers
Function
stbrp__skyline_pack_rectangle
DLL/Lib/ImGUI/imstb_rectpack.h:453
↓ 1 callers
Function
stbrp_init_target
DLL/Lib/ImGUI/imstb_truetype.h:3757
↓ 1 callers
Function
stbrp_setup_allow_out_of_mem
DLL/Lib/ImGUI/imstb_rectpack.h:242
↓ 1 callers
Function
stbtt_BakeFontBitmap
DLL/Lib/ImGUI/imstb_truetype.h:4767
↓ 1 callers
Function
stbtt_BakeFontBitmap_internal
DLL/Lib/ImGUI/imstb_truetype.h:3653
↓ 1 callers
Function
stbtt_FindMatchingFont_internal
DLL/Lib/ImGUI/imstb_truetype.h:4751
↓ 1 callers
Function
stbtt_FlattenCurves
returns number of contours
DLL/Lib/ImGUI/imstb_truetype.h:3458
↓ 1 callers
Function
stbtt_GetBakedQuad
DLL/Lib/ImGUI/imstb_truetype.h:3699
↓ 1 callers
Function
stbtt_GetCodepointBitmap
DLL/Lib/ImGUI/imstb_truetype.h:3637
↓ 1 callers
Function
stbtt_GetCodepointBitmapSubpixel
DLL/Lib/ImGUI/imstb_truetype.h:3622
↓ 1 callers
Function
stbtt_GetCodepointHMetrics
DLL/Lib/ImGUI/imstb_truetype.h:2576
↓ 1 callers
Function
stbtt_GetCodepointKernAdvance
DLL/Lib/ImGUI/imstb_truetype.h:2569
↓ 1 callers
Function
stbtt_GetFontOffsetForIndex_internal
DLL/Lib/ImGUI/imstb_truetype.h:1302
↓ 1 callers
Function
stbtt_GetGlyphKernAdvance
DLL/Lib/ImGUI/imstb_truetype.h:2556
↓ 1 callers
Function
stbtt_GetGlyphSDF
DLL/Lib/ImGUI/imstb_truetype.h:4406
↓ 1 callers
Function
stbtt_GetNumberOfFonts_internal
DLL/Lib/ImGUI/imstb_truetype.h:1321
↓ 1 callers
Function
stbtt_GetPackedQuad
DLL/Lib/ImGUI/imstb_truetype.h:4193
↓ 1 callers
Function
stbtt_InitFont_internal
DLL/Lib/ImGUI/imstb_truetype.h:1350
↓ 1 callers
Function
stbtt_MakeGlyphBitmap
DLL/Lib/ImGUI/imstb_truetype.h:3617
↓ 1 callers
Function
stbtt_MakeGlyphBitmapSubpixelPrefilter
DLL/Lib/ImGUI/imstb_truetype.h:4021
↓ 1 callers
Function
stbtt_PackBegin
DLL/Lib/ImGUI/imstb_truetype.h:3797
← previous
next →
901–1,000 of 3,570, ranked by callers