MCPcopy Create free account

hub / github.com/UE4SS-RE/RE-UE4SS / functions

Functions2,594 in github.com/UE4SS-RE/RE-UE4SS

↓ 2 callersFunctionconstfolding
** Try to "constant-fold" an operation; return 1 iff successful. ** (In this case, 'e1' has the final result.) */
deps/first/LuaRaw/src/lcode.c:1333
↓ 2 callersFunctionconstruct_xproperty
UE4SS/src/LuaType/LuaUObject.cpp:371
↓ 2 callersFunctionconstructor
deps/first/LuaRaw/src/lparser.c:924
↓ 2 callersFunctionconvergeephemerons
** Traverse all ephemeron tables propagating marks from keys to values. ** Repeat until it converges, that is, nothing new is marked. 'dir' ** inverts
deps/first/LuaRaw/src/lgc.c:683
↓ 2 callersFunctioncopy2buff
copy strings in stack from top - n up to top - 1 to buffer */
deps/first/LuaRaw/src/lvm.c:624
↓ 2 callersMethodcopy_dependency_module_names
UE4SS/include/SDKGenerator/UEHeaderGenerator.hpp:182
↓ 2 callersFunctioncountint
deps/first/LuaRaw/src/ltable.c:411
↓ 2 callersMethodcreate
deps/first/LuaMadeSimple/include/LuaMadeSimple/LuaMadeSimple.hpp:174
↓ 2 callersFunctioncreatelabel
** Create a new label with the given 'name' at the given 'line'. ** 'last' tells whether label is the last non-op statement in its ** block. Solves al
deps/first/LuaRaw/src/lparser.c:607
↓ 2 callersFunctioncreatestrobj
** creates a new string object */
deps/first/LuaRaw/src/lstring.c:143
↓ 2 callersFunctiondeletelist
** Delete all objects in list 'p' until (but not including) object ** 'limit'. */
deps/first/LuaRaw/src/lgc.c:1491
↓ 2 callersFunctiondigit
** Read an integer numeral from string 'fmt' or return 'df' if ** there is no numeral */
deps/first/LuaRaw/src/lstrlib.c:1447
↓ 2 callersFunctiondischarge2anyreg
** Ensure expression value is in a register, making 'e' a ** non-relocatable expression. ** (Expression still may have jump lists.) */
deps/first/LuaRaw/src/lcode.c:880
↓ 2 callersFunctiondischarge2reg
** Ensure expression value is in register 'reg', making 'e' a ** non-relocatable expression. ** (Expression still may have jump lists.) */
deps/first/LuaRaw/src/lcode.c:825
↓ 2 callersFunctiondoREPL
** Do the REPL: repeatedly read (load) a line, evaluate (call) it, and ** print any results. */
deps/first/LuaRaw/src/lua.c:584
↓ 2 callersFunctiondochunk
deps/first/LuaRaw/src/lua.c:194
↓ 2 callersFunctiondofile
deps/first/LuaRaw/src/lua.c:200
↓ 2 callersFunctiondostring
deps/first/LuaRaw/src/lua.c:205
↓ 2 callersFunctiondumpFunction
deps/first/LuaRaw/src/ldump.c:179
↓ 2 callersFunctiondumpInteger
deps/first/LuaRaw/src/ldump.c:83
↓ 2 callersFunctiondumpNumber
deps/first/LuaRaw/src/ldump.c:78
↓ 2 callersFunctionentergen
** Enter generational mode. Must go until the end of an atomic cycle ** to ensure that all objects are correctly marked and weak tables ** are cleared
deps/first/LuaRaw/src/lgc.c:1294
↓ 2 callersFunctionerror_expected
deps/first/LuaRaw/src/lparser.c:68
↓ 2 callersMethodexecute_file
deps/first/LuaMadeSimple/src/LuaMadeSimple.cpp:424
↓ 2 callersFunctionfilter_out_objects
UE4SS/src/GUI/LiveView.cpp:96
↓ 2 callersFunctionfindlabel
** Search for an active label with the given name. */
deps/first/LuaRaw/src/lparser.c:543
↓ 2 callersFunctionfinishbinexpneg
Try to code a binary operator negating its second operand. ** For the metamethod, 2nd operand must keep its original value. */
deps/first/LuaRaw/src/lcode.c:1416
↓ 2 callersFunctionfinishgencycle
** Finish a young-generation collection. */
deps/first/LuaRaw/src/lgc.c:1211
↓ 2 callersFunctionfinishpcall
** Continuation function for 'pcall' and 'xpcall'. Both functions ** already pushed a 'true' before doing the call, so in case of success ** 'finishpc
deps/first/LuaRaw/src/lbaselib.c:461
↓ 2 callersMethodfire_on_lua_start
UE4SS/src/Mod/CppMod.cpp:81
↓ 2 callersMethodfire_on_lua_stop
UE4SS/src/Mod/CppMod.cpp:102
↓ 2 callersFunctionfirsttry
** First allocation will fail whenever not building initial state. ** (This fail will trigger 'tryagain' and a full GC cycle at every ** allocation.)
deps/first/LuaRaw/src/lmem.c:31
↓ 2 callersFunctionfitsBx
** Check whether 'i' can be stored in an 'sBx' operand. */
deps/first/LuaRaw/src/lcode.c:667
↓ 2 callersFunctionfixforjump
** Fix for instruction at position 'pc' to jump to 'dest'. ** (Jump addresses are relative in Lua). 'back' true means ** a back jump. */
deps/first/LuaRaw/src/lparser.c:1529
↓ 2 callersMethodfor_each
deps/first/IniParser/include/IniParser/Section.hpp:41
↓ 2 callersFunctionforbody
** Generate code for a 'for' loop. */
deps/first/LuaRaw/src/lparser.c:1543
↓ 2 callersFunctionformatvarinfo
deps/first/LuaRaw/src/ldebug.c:693
↓ 2 callersFunctionfreeregs
** Free two registers in proper order */
deps/first/LuaRaw/src/lcode.c:502
↓ 2 callersFunctionfreestack
deps/first/LuaRaw/src/lstate.c:203
↓ 2 callersFunctionfullgen
** Does a full collection in generational mode. */
deps/first/LuaRaw/src/lgc.c:1339
↓ 2 callersFunctionfuncargs
deps/first/LuaRaw/src/lparser.c:1024
↓ 2 callersFunctionfuncnamefromcall
** Try to find a name for a function based on how it was called. */
deps/first/LuaRaw/src/ldebug.c:638
↓ 2 callersFunctiong_iofile
deps/first/LuaRaw/src/liolib.c:318
↓ 2 callersFunctiong_write
deps/first/LuaRaw/src/liolib.c:660
↓ 2 callersMethodgenerate
UE4SS/src/SDKGenerator/Generator.cpp:613
↓ 2 callersFunctiongenerate_actors_csv_file
UE4SS/src/GUI/Dumpers.cpp:108
↓ 2 callersMethodgenerate_class_dependency
UE4SS/src/SDKGenerator/Generator.cpp:367
↓ 2 callersMethodgenerate_cxx_headers
UE4SS/src/UE4SSProgram.cpp:1352
↓ 2 callersMethodgenerate_method_signature
UVTD/src/Symbols.cpp:59
↓ 2 callersFunctiongenerate_prefix
UE4SS/src/SDKGenerator/Generator.cpp:93
↓ 2 callersMethodgenerate_uht_compatible_headers
UE4SS/src/UE4SSProgram.cpp:1335
↓ 2 callersFunctiongenerate_usmap
UE4SS/src/USMapGenerator/Generator.cpp:199
↓ 2 callersFunctionget2digits
deps/first/LuaRaw/src/lstrlib.c:1210
↓ 2 callersMethodget_bool_value
deps/first/IniParser/src/Value.cpp:38
↓ 2 callersMethodget_did_succeed
deps/first/SinglePassSigScanner/include/SigScanner/SinglePassSigScanner.hpp:277
↓ 2 callersMethodget_file_extension
UE4SS/src/SDKGenerator/Generator.cpp:1080
↓ 2 callersFunctionget_first_instruction_at_address
deps/first/ASMHelper/src/ASMHelper.cpp:9
↓ 2 callersMethodget_float_value
deps/first/IniParser/src/Value.cpp:33
↓ 2 callersMethodget_int64_value
deps/first/IniParser/src/Value.cpp:28
↓ 2 callersMethodget_last_token
deps/first/ParserBase/src/Tokenizer.cpp:224
↓ 2 callersMethodget_module_directory
UE4SS/src/UE4SSProgram.cpp:1320
↓ 2 callersMethodget_object_dumper_output_directory
UE4SS/src/UE4SSProgram.cpp:1518
↓ 2 callersFunctionget_object_full_name_cxx_string
UE4SS/src/GUI/LiveView.cpp:1293
↓ 2 callersFunctionget_onecapture
** get information about the i-th capture. If there are no captures ** and 'i==0', return information about the whole match, which ** is the range 's'
deps/first/LuaRaw/src/lstrlib.c:702
↓ 2 callersMethodget_or_create_class_entry
UVTD/src/TypeContainer.cpp:24
↓ 2 callersMethodget_start
deps/first/ParserBase/src/Token.cpp:30
↓ 2 callersMethodget_string_value
deps/first/IniParser/src/Value.cpp:23
↓ 2 callersFunctionget_type
deps/first/JSON/include/JSON/Null.hpp:17
↓ 2 callersFunctionget_typeless_object_name
UE4SS/src/GUI/UFunctionCallerWidget.cpp:246
↓ 2 callersFunctionget_user_selection
UVTD/src/main.cpp:13
↓ 2 callersMethodget_window_size
UE4SS/src/GUI/Windows.cpp:104
↓ 2 callersFunctiongetcurrentline
deps/first/LuaRaw/src/ldebug.c:98
↓ 2 callersFunctiongetendpos
** Gets an optional ending string position from argument 'arg', ** with default value 'def'. ** Negative means back from end: clip result to [0, len]
deps/first/LuaRaw/src/lstrlib.c:87
↓ 2 callersFunctiongetgclist
deps/first/LuaRaw/src/lgc.c:125
↓ 2 callersFunctiongetnum
deps/first/LuaRaw/src/lstrlib.c:1449
↓ 2 callersFunctiongetoption
** Read and classify next option. 'size' is filled with option's size. */
deps/first/LuaRaw/src/lstrlib.c:1488
↓ 2 callersMethodhandle_error
deps/first/LuaMadeSimple/src/LuaMadeSimple.cpp:300
↓ 2 callersFunctionhas_only_spaces
deps/first/IniParser/src/JSON.cpp:14
↓ 2 callersFunctionhashint
** Hash for integers. To allow a good hash, use the remainder operator ** ('%'). If integer fits as a non-negative int, compute an int ** remainder, w
deps/first/LuaRaw/src/ltable.c:108
↓ 2 callersFunctionif
deps/first/LuaRaw/src/ltm.c:206
↓ 2 callersMethodimgui_backend_newframe
UE4SS/src/GUI/DX11.cpp:24
↓ 2 callersFunctionintarith
deps/first/LuaRaw/src/lobject.c:53
↓ 2 callersMethodinvalidate_file
deps/first/File/src/FileType/WinFile.cpp:20
↓ 2 callersFunctionisKstr
** Check whether expression 'e' is a small literal string */
deps/first/LuaRaw/src/lcode.c:1220
↓ 2 callersFunctionis_a_internal
UE4SS/src/LuaType/LuaUObject.cpp:1204
↓ 2 callersFunctionis_event
UE4SS/src/SDKGenerator/JSONDumper.cpp:157
↓ 2 callersMethodis_global_function
deps/first/LuaMadeSimple/src/LuaMadeSimple.cpp:699
↓ 2 callersMethodis_installable
UE4SS/src/Mod/Mod.cpp:69
↓ 2 callersMethodis_installed
UE4SS/src/Mod/Mod.cpp:79
↓ 2 callersFunctionis_instance
UE4SS/include/GUI/LiveView/Filter/SearchFilter.hpp:128
↓ 2 callersMethodis_open
UE4SS/include/GUI/GUI.hpp:207
↓ 2 callersFunctionis_subtype_valid
UE4SS/src/SDKGenerator/UEHeaderGenerator.cpp:96
↓ 2 callersMethodis_valid
UE4SS/src/Mod/LuaMod.cpp:1600
↓ 2 callersMethodis_valid_bool
deps/first/IniParser/include/IniParser/Value.hpp:55
↓ 2 callersMethodis_valid_float
deps/first/IniParser/include/IniParser/Value.hpp:51
↓ 2 callersMethodis_valid_int64
deps/first/IniParser/include/IniParser/Value.hpp:47
↓ 2 callersMethodis_valid_string
deps/first/IniParser/include/IniParser/Value.hpp:43
↓ 2 callersFunctionispow2realasize
** Check whether real size of the array is a power of 2. ** (If it is not, 'alimit' cannot be changed to any other value ** without changing the real
deps/first/LuaRaw/src/ltable.c:276
↓ 2 callersFunctioniter_aux
deps/first/LuaRaw/src/lutf8lib.c:224
↓ 2 callersFunctionjumponcond
** Emit instruction to jump if 'e' is 'cond' (that is, if 'cond' ** is true, code will jump if 'e' is true.) Return jump position. ** Optimize when 'e
deps/first/LuaRaw/src/lcode.c:1115
← previousnext →601–700 of 2,594, ranked by callers