MCPcopy Create free account

hub / github.com/Lovrom8/RSMods / functions

Functions3,570 in github.com/Lovrom8/RSMods

↓ 1 callersMethodUpdate
Helpers for internal use
DLL/Lib/ImGUI/imgui_widgets.cpp:6626
↓ 1 callersFunctionUpdateGameLoadingState
<summary> Handles updates while the game is still loading. </summary>
DLL/ModManager.cpp:536
↓ 1 callersFunctionUpdateGameWindowStacking
DLL/dllmain.cpp:169
↓ 1 callersFunctionUpdateScales
DLL/ObjectUtil.cpp:50
↓ 1 callersFunctionUpdateSettingsOnGUIChange
DLL/Keybindings.cpp:193
↓ 1 callersFunctionUpdateStringTextures
<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 callersMethodUpdateWorkRect
DLL/Lib/ImGUI/imgui_internal.h:1344
↓ 1 callersMethodWriteINI
(Dictionary<string, Dictionary<string, string>> DictionaryToWrite)
GUI/Rocksmith/WriteSettings.cs:48
↓ 1 callersFunctionXInput
<summary> Disable XInput controlers (Xbox Controllers) </summary>
DLL/Mods/DisableControllers.cpp:9
↓ 1 callersMethod_CalcCircleAutoSegmentCount
DLL/Lib/ImGUI/imgui_draw.cpp:567
↓ 1 callersMethod_ClearFreeMemory
DLL/Lib/ImGUI/imgui_draw.cpp:426
↓ 1 callersMethod_TryMergeDrawCmds
Try to merge two last draw commands
DLL/Lib/ImGUI/imgui_draw.cpp:495
↓ 1 callersFunctionappend_exponent
DLL/Lib/Json/json.hpp:16244
↓ 1 callersFunctionat
! @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 callersFunctionchunk_size
DLL/Lib/ImGUI/imgui_internal.h:660
↓ 1 callersFunctioncrbegin
! @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 callersFunctioncrend
! @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 callersFunctiondump_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 callersFunctionemplace_back
DLL/Lib/Json/json.hpp:23147
↓ 1 callersFunctionerase
DLL/Lib/ImGUI/imgui.h:1744
↓ 1 callersFunctionerase
DLL/Lib/Json/json.hpp:21729
↓ 1 callersFunctionerase_unsorted
DLL/Lib/ImGUI/imgui.h:1746
↓ 1 callersFunctionfind_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 callersFunctionformat_buffer
DLL/Lib/Json/json.hpp:16296
↓ 1 callersFunctionfrom_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 callersFunctionget_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 callersFunctionget_impl_ptr
DLL/Lib/Json/json.hpp:20356
↓ 1 callersFunctionget_ptr
DLL/Lib/Json/json.hpp:20522
↓ 1 callersMethodget_value
DLL/Lib/Json/json.hpp:11465
↓ 1 callersFunctiongrisu2_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 callersFunctionhash
DLL/Lib/Json/json.hpp:5317
↓ 1 callersFunctioninsert
DLL/Lib/ImGUI/imgui.h:1747
↓ 1 callersFunctioninsert
! @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 callersFunctionint_to_string
DLL/Lib/Json/json.hpp:4450
↓ 1 callersFunctionis_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 callersFunctionis_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 callersFunctionis_word_boundary_from_left
FIXME: Move setting to IO structure
DLL/Lib/ImGUI/imgui_widgets.cpp:3686
↓ 1 callersMethodmidiInClose
(IntPtr hmi)
GUI/UI.cs:4786
↓ 1 callersMethodmidiInOpen
(ref IntPtr hmi, uint uDeviceID, [MarshalAs(UnmanagedType.FunctionPtr)] MidiInProc dwCallback, uint dwInstance
GUI/UI.cs:4777
↓ 1 callersMethodmidiInStart
(IntPtr hmi)
GUI/UI.cs:4780
↓ 1 callersMethodmidiInStop
(IntPtr hmi)
GUI/UI.cs:4783
↓ 1 callersMethodmidiOutGetDevCaps
(uint uDeviceID, ref MIDIOUTCAPS lpMidiOutCaps, uint cbMidiOutCaps)
GUI/UI.cs:4765
↓ 1 callersMethodmidiOutGetNumDevs
()
GUI/UI.cs:4768
↓ 1 callersFunctionoperator+
! @brief add to iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
DLL/Lib/Json/json.hpp:12198
↓ 1 callersMethodoperator+
add to iterator
DLL/Lib/Json/json.hpp:12411
↓ 1 callersFunctionoperator+=
! @brief add an object to an array @copydoc push_back(basic_json&&) */
DLL/Lib/Json/json.hpp:22981
↓ 1 callersFunctionoperator-
! @brief subtract from iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
DLL/Lib/Json/json.hpp:12220
↓ 1 callersFunctionoperator<
! @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 callersMethodpop
DLL/Lib/Midi/RtMidi.cpp:771
↓ 1 callersFunctionpush_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 callersMethodrefreshAudioKeybindingList
()
GUI/Dictionaries.cs:516
↓ 1 callersMethodrefreshKeybindingList
()
GUI/Dictionaries.cs:481
↓ 1 callersFunctionremove_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 callersFunctionresize
DLL/Lib/ImGUI/imgui.h:1735
↓ 1 callersFunctionsax_parse
DLL/Lib/Json/json.hpp:24555
↓ 1 callersMethodsetClientName
DLL/Lib/Midi/RtMidi.cpp:3808
↓ 1 callersMethodsetPortName
DLL/Lib/Midi/RtMidi.cpp:3813
↓ 1 callersFunctionskip_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 callersFunctionsplit
! @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 callersMethodsplit
DLL/Lib/ImGUI/imgui.cpp:2088
↓ 1 callersFunctionstb_adler32
DLL/Lib/ImGUI/imgui_draw.cpp:4009
↓ 1 callersFunctionstb_decompress
DLL/Lib/ImGUI/imgui_draw.cpp:4040
↓ 1 callersFunctionstb_decompress_token
DLL/Lib/ImGUI/imgui_draw.cpp:3992
↓ 1 callersFunctionstb_text_create_undo_record
DLL/Lib/ImGUI/imstb_textedit.h:1181
↓ 1 callersFunctionstb_text_makeundo_delete
DLL/Lib/ImGUI/imstb_textedit.h:1349
↓ 1 callersFunctionstb_text_redo
DLL/Lib/ImGUI/imstb_textedit.h:1293
↓ 1 callersFunctionstb_text_undo
DLL/Lib/ImGUI/imstb_textedit.h:1225
↓ 1 callersFunctionstb_textedit_clear_state
reset the state to default
DLL/Lib/ImGUI/imstb_textedit.h:1370
↓ 1 callersFunctionstb_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 callersFunctionstb_textedit_cut
API cut: delete selection
DLL/Lib/ImGUI/imstb_textedit.h:696
↓ 1 callersFunctionstb_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 callersFunctionstb_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 callersFunctionstb_textedit_flush_redo
DLL/Lib/ImGUI/imstb_textedit.h:1122
↓ 1 callersFunctionstb_textedit_initialize_state
API initialize
DLL/Lib/ImGUI/imstb_textedit.h:1388
↓ 1 callersFunctionstb_textedit_key
API key: process a keyboard input
DLL/Lib/ImGUI/imstb_textedit.h:732
↓ 1 callersFunctionstb_textedit_paste
DLL/Lib/ImGUI/imstb_textedit.h:1398
↓ 1 callersFunctionstb_textedit_paste_internal
API paste: replace existing selection with passed-in text
DLL/Lib/ImGUI/imstb_textedit.h:707
↓ 1 callersFunctionstb_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 callersFunctionstbrp__skyline_find_best_pos
DLL/Lib/ImGUI/imstb_rectpack.h:351
↓ 1 callersFunctionstbrp__skyline_pack_rectangle
DLL/Lib/ImGUI/imstb_rectpack.h:453
↓ 1 callersFunctionstbrp_init_target
DLL/Lib/ImGUI/imstb_truetype.h:3757
↓ 1 callersFunctionstbrp_setup_allow_out_of_mem
DLL/Lib/ImGUI/imstb_rectpack.h:242
↓ 1 callersFunctionstbtt_BakeFontBitmap
DLL/Lib/ImGUI/imstb_truetype.h:4767
↓ 1 callersFunctionstbtt_BakeFontBitmap_internal
DLL/Lib/ImGUI/imstb_truetype.h:3653
↓ 1 callersFunctionstbtt_FindMatchingFont_internal
DLL/Lib/ImGUI/imstb_truetype.h:4751
↓ 1 callersFunctionstbtt_FlattenCurves
returns number of contours
DLL/Lib/ImGUI/imstb_truetype.h:3458
↓ 1 callersFunctionstbtt_GetBakedQuad
DLL/Lib/ImGUI/imstb_truetype.h:3699
↓ 1 callersFunctionstbtt_GetCodepointBitmap
DLL/Lib/ImGUI/imstb_truetype.h:3637
↓ 1 callersFunctionstbtt_GetCodepointBitmapSubpixel
DLL/Lib/ImGUI/imstb_truetype.h:3622
↓ 1 callersFunctionstbtt_GetCodepointHMetrics
DLL/Lib/ImGUI/imstb_truetype.h:2576
↓ 1 callersFunctionstbtt_GetCodepointKernAdvance
DLL/Lib/ImGUI/imstb_truetype.h:2569
↓ 1 callersFunctionstbtt_GetFontOffsetForIndex_internal
DLL/Lib/ImGUI/imstb_truetype.h:1302
↓ 1 callersFunctionstbtt_GetGlyphKernAdvance
DLL/Lib/ImGUI/imstb_truetype.h:2556
↓ 1 callersFunctionstbtt_GetGlyphSDF
DLL/Lib/ImGUI/imstb_truetype.h:4406
↓ 1 callersFunctionstbtt_GetNumberOfFonts_internal
DLL/Lib/ImGUI/imstb_truetype.h:1321
↓ 1 callersFunctionstbtt_GetPackedQuad
DLL/Lib/ImGUI/imstb_truetype.h:4193
↓ 1 callersFunctionstbtt_InitFont_internal
DLL/Lib/ImGUI/imstb_truetype.h:1350
↓ 1 callersFunctionstbtt_MakeGlyphBitmap
DLL/Lib/ImGUI/imstb_truetype.h:3617
↓ 1 callersFunctionstbtt_MakeGlyphBitmapSubpixelPrefilter
DLL/Lib/ImGUI/imstb_truetype.h:4021
↓ 1 callersFunctionstbtt_PackBegin
DLL/Lib/ImGUI/imstb_truetype.h:3797
← previousnext →901–1,000 of 3,570, ranked by callers