MCPcopy Create free account

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

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

↓ 1 callersFunctionluaX_setinput
deps/first/LuaRaw/src/llex.c:167
↓ 1 callersFunctionluaY_parser
deps/first/LuaRaw/src/lparser.c:1941
↓ 1 callersFunctionluaZ_fill
deps/first/LuaRaw/src/lzio.c:23
↓ 1 callersFunctionluaZ_init
deps/first/LuaRaw/src/lzio.c:38
↓ 1 callersFunctionluaZ_read
--------------------------------------------------------------- read --- */
deps/first/LuaRaw/src/lzio.c:48
↓ 1 callersFunctionlua_arith
deps/first/LuaRaw/src/lapi.c:339
↓ 1 callersFunctionlua_closeslot
deps/first/LuaRaw/src/lapi.c:212
↓ 1 callersFunctionlua_dump
deps/first/LuaRaw/src/lapi.c:1113
↓ 1 callersFunctionlua_getallocf
deps/first/LuaRaw/src/lapi.c:1312
↓ 1 callersFunctionlua_gethook
deps/first/LuaRaw/src/ldebug.c:145
↓ 1 callersFunctionlua_gethookcount
deps/first/LuaRaw/src/ldebug.c:155
↓ 1 callersFunctionlua_gethookmask
deps/first/LuaRaw/src/ldebug.c:150
↓ 1 callersFunctionlua_gettable
deps/first/LuaRaw/src/lapi.c:678
↓ 1 callersFunctionlua_getupvalue
deps/first/LuaRaw/src/lapi.c:1387
↓ 1 callersFunctionlua_isyieldable
deps/first/LuaRaw/src/ldo.c:839
↓ 1 callersFunctionlua_len
deps/first/LuaRaw/src/lapi.c:1302
↓ 1 callersFunctionlua_newstate
deps/first/LuaRaw/src/lstate.c:355
↓ 1 callersFunctionlua_pushvfstring
deps/first/LuaRaw/src/lapi.c:559
↓ 1 callersFunctionlua_resume
deps/first/LuaRaw/src/ldo.c:804
↓ 1 callersFunctionlua_setcstacklimit
deps/first/LuaRaw/src/lstate.c:99
↓ 1 callersFunctionlua_setlocal
deps/first/LuaRaw/src/ldebug.c:242
↓ 1 callersFunctionlua_strx2number
** convert a hexadecimal numeric string to a number, following ** C99 specification for 'strtod' */
deps/first/LuaRaw/src/lobject.c:165
↓ 1 callersFunctionlua_toclose
deps/first/LuaRaw/src/lapi.c:1273
↓ 1 callersFunctionlua_tonumberx
deps/first/LuaRaw/src/lapi.c:383
↓ 1 callersFunctionlua_upvalueid
deps/first/LuaRaw/src/lapi.c:1434
↓ 1 callersFunctionlua_upvaluejoin
deps/first/LuaRaw/src/lapi.c:1456
↓ 1 callersFunctionlua_version
deps/first/LuaRaw/src/lapi.c:157
↓ 1 callersFunctionluai_makeseed
deps/first/LuaRaw/src/lstate.c:71
↓ 1 callersFunctionmain
UVTD/src/main.cpp:107
↓ 1 callersFunctionmainfunc
** compiles the main function, which is a regular vararg function with an ** upvalue named LUA_ENV */
deps/first/LuaRaw/src/lparser.c:1923
↓ 1 callersFunctionmainpositionfromnode
deps/first/LuaRaw/src/ltable.c:189
↓ 1 callersFunctionmake_async_state
UE4SS/src/Mod/LuaMod.cpp:727
↓ 1 callersFunctionmake_main_state
UE4SS/src/Mod/LuaMod.cpp:753
↓ 1 callersFunctionmake_mask
deps/first/SinglePassSigScanner/src/SinglePassSigScanner.cpp:438
↓ 1 callersFunctionmake_staging_dirs
()
tools/buildscripts/build.py:69
↓ 1 callersFunctionmakemask
** Convert a string mask (for 'sethook') into a bit mask */
deps/first/LuaRaw/src/ldblib.c:342
↓ 1 callersFunctionmarkupval
** Mark block where variable at given level was defined ** (to emit close instructions later). */
deps/first/LuaRaw/src/lparser.c:410
↓ 1 callersFunctionmatch_capture
deps/first/LuaRaw/src/lstrlib.c:559
↓ 1 callersFunctionmatchbalance
deps/first/LuaRaw/src/lstrlib.c:486
↓ 1 callersFunctionmax_expand
deps/first/LuaRaw/src/lstrlib.c:506
↓ 1 callersFunctionmin_expand
deps/first/LuaRaw/src/lstrlib.c:521
↓ 1 callersFunctionmovegotosout
** Adjust pending gotos to outer level of a block. */
deps/first/LuaRaw/src/lparser.c:627
↓ 1 callersFunctionmoveresults
** Given 'nres' results at 'firstResult', move 'wanted' of them to 'res'. ** Handle most typical cases (zero results for commands, one result for ** e
deps/first/LuaRaw/src/ldo.c:411
↓ 1 callersFunctionmultiline
** Read multiple lines until a complete Lua statement */
deps/first/LuaRaw/src/lua.c:529
↓ 1 callersFunctionnewbox
deps/first/LuaRaw/src/lauxlib.c:501
↓ 1 callersFunctionnewbuffsize
** Compute new size for buffer 'B', enough to accommodate extra 'sz' ** bytes. */
deps/first/LuaRaw/src/lauxlib.c:531
↓ 1 callersFunctionnewupval
** Create a new upvalue at the given level, and link it to the list of ** open upvalues of 'L' after entry 'prev'. **/
deps/first/LuaRaw/src/lfunc.c:65
↓ 1 callersFunctionnewupvalue
deps/first/LuaRaw/src/lparser.c:364
↓ 1 callersFunctionnilK
** Add nil to list of constants and return its index. */
deps/first/LuaRaw/src/lcode.c:645
↓ 1 callersFunctionnoenv
** return registry.LUA_NOENV as a boolean */
deps/first/LuaRaw/src/loadlib.c:285
↓ 1 callersFunctionnospecials
check whether pattern has no special characters */
deps/first/LuaRaw/src/lstrlib.c:746
↓ 1 callersFunctionnum2straux
deps/first/LuaRaw/src/lstrlib.c:1024
↓ 1 callersFunctionnumusearray
** Count keys in array part of table 't': Fill 'nums[i]' with ** number of keys that will go into corresponding slice and return ** total number of no
deps/first/LuaRaw/src/ltable.c:427
↓ 1 callersFunctionnumusehash
deps/first/LuaRaw/src/ltable.c:454
↓ 1 callersFunctionobject_to_string
UE4SS/src/ObjectDumper/ObjectToString.cpp:71
↓ 1 callersMethodon_dll_load
UE4SS/include/Mod/CppUserModBase.hpp:121
↓ 1 callersMethodon_gfx_backend_set
UE4SS/src/GUI/Windows.cpp:111
↓ 1 callersMethodon_os_backend_set
UE4SS/src/GUI/DX11.cpp:67
↓ 1 callersMethodon_program_start
UE4SS/src/Mod/LuaMod.cpp:3591
↓ 1 callersMethodon_unreal_init
The 'Unreal' module has been initialized. Before this fires, you cannot use anything in the 'Unreal' namespace.
UE4SS/include/Mod/CppUserModBase.hpp:51
↓ 1 callersMethodon_update
UE4SS/src/GUI/GUI.cpp:52
↓ 1 callersMethodopen_widget_deferred
UE4SS/src/GUI/UFunctionCallerWidget.cpp:30
↓ 1 callersFunctionoutput_all_member_offsets
UE4SS/src/UE4SSProgram.cpp:98
↓ 1 callersFunctionparlist
deps/first/LuaRaw/src/lparser.c:958
↓ 1 callersFunctionpartition
** Does the partition: Pivot P is at the top of the stack. ** precondition: a[lo] <= P == a[up-1] <= a[up], ** so it only needs to do the partition fr
deps/first/LuaRaw/src/ltablib.c:298
↓ 1 callersFunctionpoptbclist
** Remove firt element from the tbclist plus its dummy nodes. */
deps/first/LuaRaw/src/lfunc.c:214
↓ 1 callersFunctionprecover
** Unrolls a coroutine in protected mode while there are recoverable ** errors, that is, errors inside a protected call. (Any error ** interrupts 'unr
deps/first/LuaRaw/src/ldo.c:793
↓ 1 callersFunctionprepcallclosemth
** Prepare and call a closing method. ** If status is CLOSEKTOP, the call to the closing method will be pushed ** at the top of the stack. Otherwise,
deps/first/LuaRaw/src/lfunc.c:144
↓ 1 callersFunctionprimaryexp
deps/first/LuaRaw/src/lparser.c:1079
↓ 1 callersFunctionprint_usage
deps/first/LuaRaw/src/lua.c:83
↓ 1 callersFunctionprocess_initialized
UE4SS/src/main_ue4ss_rewritten.cpp:43
↓ 1 callersMethodprocess_watches
UE4SS/src/GUI/LiveView.cpp:2778
↓ 1 callersFunctionproject
** Project the random integer 'ran' into the interval [0, n]. ** Because 'ran' has 2^B possible values, the projection can only be ** uniform when the
deps/first/LuaRaw/src/lmathlib.c:532
↓ 1 callersFunctionproperty_to_string
UE4SS/src/ObjectDumper/ObjectToString.cpp:93
↓ 1 callersFunctionps_scan_internal
(ctx: &PsCtx, results: &mut PsScanResults)
deps/first/patternsleuth_bind/src/lib.rs:98
↓ 1 callersFunctionpush_functionproperty
UE4SS/src/LuaType/LuaUObject.cpp:846
↓ 1 callersFunctionpushargs
** Push on the stack the contents of table 'arg' from 1 to #arg */
deps/first/LuaRaw/src/lua.c:234
↓ 1 callersFunctionpushclosure
** create a new Lua closure, push it in the stack, and initialize ** its upvalues. */
deps/first/LuaRaw/src/lvm.c:788
↓ 1 callersFunctionpusherrornotfound
** Given a path such as ";blabla.so;blublu.so", pushes the string ** ** no file 'blabla.so' ** no file 'blublu.so' */
deps/first/LuaRaw/src/loadlib.c:471
↓ 1 callersFunctionpushfuncname
deps/first/LuaRaw/src/lauxlib.c:100
↓ 1 callersFunctionquotefloat
** Serialize a floating-point number in such a way that it can be ** scanned back by Lua. Use hexadecimal format for "common" numbers ** (to preserve
deps/first/LuaRaw/src/lstrlib.c:1151
↓ 1 callersFunctionread_all
deps/first/LuaRaw/src/liolib.c:540
↓ 1 callersFunctionread_chars
deps/first/LuaRaw/src/liolib.c:553
↓ 1 callersFunctionread_number
** Read a number: first reads a valid prefix of a numeral into a buffer. ** Then it calls 'lua_stringtonumber' to check whether the format is ** corre
deps/first/LuaRaw/src/liolib.c:477
↓ 1 callersFunctionread_string
deps/first/LuaRaw/src/llex.c:382
↓ 1 callersFunctionreadable
deps/first/LuaRaw/src/loadlib.c:434
↓ 1 callersFunctionreaddecesc
deps/first/LuaRaw/src/llex.c:369
↓ 1 callersFunctionreadhexaesc
deps/first/LuaRaw/src/llex.c:335
↓ 1 callersFunctionreadutf8esc
deps/first/LuaRaw/src/llex.c:343
↓ 1 callersMethodreceive
deps/first/DynamicOutput/src/DebugConsoleDevice.cpp:60
↓ 1 callersMethodreceive_with_optional_arg
deps/first/DynamicOutput/src/OutputDevice.cpp:13
↓ 1 callersFunctionregister_efindname
UE4SS/src/Mod/LuaMod.cpp:620
↓ 1 callersFunctionregister_window_classes
deps/first/Input/include/Input/Handler.hpp:57
↓ 1 callersFunctionregisterlocalvar
** Register a new local variable in the active 'Proto' (for debug ** information). */
deps/first/LuaRaw/src/lparser.c:175
↓ 1 callersFunctionrehash
** nums[i] = number of keys 'k' where 2^(i - 1) < k <= 2^i */
deps/first/LuaRaw/src/ltable.c:596
↓ 1 callersFunctionreinsert
** (Re)insert all elements from the hash part of 'ot' into table 't'. */
deps/first/LuaRaw/src/ltable.c:506
↓ 1 callersMethodreinstall_mods
UE4SS/src/UE4SSProgram.cpp:1260
↓ 1 callersMethodrelease_contents
deps/first/IniParser/src/JSON.cpp:290
↓ 1 callersMethodrelease_global_object
deps/first/JSON/include/JSON/Parser/TokenParser.hpp:142
↓ 1 callersFunctionremarkupvals
** For each non-marked thread, simulates a barrier between each open ** upvalue and its value. (If the thread is collected, the value will be ** assig
deps/first/LuaRaw/src/lgc.c:361
← previousnext →1,201–1,300 of 2,594, ranked by callers