Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UE4SS-RE/RE-UE4SS
/ functions
Functions
2,594 in github.com/UE4SS-RE/RE-UE4SS
⨍
Functions
2,594
◇
Types & classes
549
↓ 2 callers
Function
constfolding
** 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 callers
Function
construct_xproperty
UE4SS/src/LuaType/LuaUObject.cpp:371
↓ 2 callers
Function
constructor
deps/first/LuaRaw/src/lparser.c:924
↓ 2 callers
Function
convergeephemerons
** 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 callers
Function
copy2buff
copy strings in stack from top - n up to top - 1 to buffer */
deps/first/LuaRaw/src/lvm.c:624
↓ 2 callers
Method
copy_dependency_module_names
UE4SS/include/SDKGenerator/UEHeaderGenerator.hpp:182
↓ 2 callers
Function
countint
deps/first/LuaRaw/src/ltable.c:411
↓ 2 callers
Method
create
deps/first/LuaMadeSimple/include/LuaMadeSimple/LuaMadeSimple.hpp:174
↓ 2 callers
Function
createlabel
** 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 callers
Function
createstrobj
** creates a new string object */
deps/first/LuaRaw/src/lstring.c:143
↓ 2 callers
Function
deletelist
** Delete all objects in list 'p' until (but not including) object ** 'limit'. */
deps/first/LuaRaw/src/lgc.c:1491
↓ 2 callers
Function
digit
** Read an integer numeral from string 'fmt' or return 'df' if ** there is no numeral */
deps/first/LuaRaw/src/lstrlib.c:1447
↓ 2 callers
Function
discharge2anyreg
** 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 callers
Function
discharge2reg
** 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 callers
Function
doREPL
** Do the REPL: repeatedly read (load) a line, evaluate (call) it, and ** print any results. */
deps/first/LuaRaw/src/lua.c:584
↓ 2 callers
Function
dochunk
deps/first/LuaRaw/src/lua.c:194
↓ 2 callers
Function
dofile
deps/first/LuaRaw/src/lua.c:200
↓ 2 callers
Function
dostring
deps/first/LuaRaw/src/lua.c:205
↓ 2 callers
Function
dumpFunction
deps/first/LuaRaw/src/ldump.c:179
↓ 2 callers
Function
dumpInteger
deps/first/LuaRaw/src/ldump.c:83
↓ 2 callers
Function
dumpNumber
deps/first/LuaRaw/src/ldump.c:78
↓ 2 callers
Function
entergen
** 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 callers
Function
error_expected
deps/first/LuaRaw/src/lparser.c:68
↓ 2 callers
Method
execute_file
deps/first/LuaMadeSimple/src/LuaMadeSimple.cpp:424
↓ 2 callers
Function
filter_out_objects
UE4SS/src/GUI/LiveView.cpp:96
↓ 2 callers
Function
findlabel
** Search for an active label with the given name. */
deps/first/LuaRaw/src/lparser.c:543
↓ 2 callers
Function
finishbinexpneg
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 callers
Function
finishgencycle
** Finish a young-generation collection. */
deps/first/LuaRaw/src/lgc.c:1211
↓ 2 callers
Function
finishpcall
** 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 callers
Method
fire_on_lua_start
UE4SS/src/Mod/CppMod.cpp:81
↓ 2 callers
Method
fire_on_lua_stop
UE4SS/src/Mod/CppMod.cpp:102
↓ 2 callers
Function
firsttry
** 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 callers
Function
fitsBx
** Check whether 'i' can be stored in an 'sBx' operand. */
deps/first/LuaRaw/src/lcode.c:667
↓ 2 callers
Function
fixforjump
** 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 callers
Method
for_each
deps/first/IniParser/include/IniParser/Section.hpp:41
↓ 2 callers
Function
forbody
** Generate code for a 'for' loop. */
deps/first/LuaRaw/src/lparser.c:1543
↓ 2 callers
Function
formatvarinfo
deps/first/LuaRaw/src/ldebug.c:693
↓ 2 callers
Function
freeregs
** Free two registers in proper order */
deps/first/LuaRaw/src/lcode.c:502
↓ 2 callers
Function
freestack
deps/first/LuaRaw/src/lstate.c:203
↓ 2 callers
Function
fullgen
** Does a full collection in generational mode. */
deps/first/LuaRaw/src/lgc.c:1339
↓ 2 callers
Function
funcargs
deps/first/LuaRaw/src/lparser.c:1024
↓ 2 callers
Function
funcnamefromcall
** Try to find a name for a function based on how it was called. */
deps/first/LuaRaw/src/ldebug.c:638
↓ 2 callers
Function
g_iofile
deps/first/LuaRaw/src/liolib.c:318
↓ 2 callers
Function
g_write
deps/first/LuaRaw/src/liolib.c:660
↓ 2 callers
Method
generate
UE4SS/src/SDKGenerator/Generator.cpp:613
↓ 2 callers
Function
generate_actors_csv_file
UE4SS/src/GUI/Dumpers.cpp:108
↓ 2 callers
Method
generate_class_dependency
UE4SS/src/SDKGenerator/Generator.cpp:367
↓ 2 callers
Method
generate_cxx_headers
UE4SS/src/UE4SSProgram.cpp:1352
↓ 2 callers
Method
generate_method_signature
UVTD/src/Symbols.cpp:59
↓ 2 callers
Function
generate_prefix
UE4SS/src/SDKGenerator/Generator.cpp:93
↓ 2 callers
Method
generate_uht_compatible_headers
UE4SS/src/UE4SSProgram.cpp:1335
↓ 2 callers
Function
generate_usmap
UE4SS/src/USMapGenerator/Generator.cpp:199
↓ 2 callers
Function
get2digits
deps/first/LuaRaw/src/lstrlib.c:1210
↓ 2 callers
Method
get_bool_value
deps/first/IniParser/src/Value.cpp:38
↓ 2 callers
Method
get_did_succeed
deps/first/SinglePassSigScanner/include/SigScanner/SinglePassSigScanner.hpp:277
↓ 2 callers
Method
get_file_extension
UE4SS/src/SDKGenerator/Generator.cpp:1080
↓ 2 callers
Function
get_first_instruction_at_address
deps/first/ASMHelper/src/ASMHelper.cpp:9
↓ 2 callers
Method
get_float_value
deps/first/IniParser/src/Value.cpp:33
↓ 2 callers
Method
get_int64_value
deps/first/IniParser/src/Value.cpp:28
↓ 2 callers
Method
get_last_token
deps/first/ParserBase/src/Tokenizer.cpp:224
↓ 2 callers
Method
get_module_directory
UE4SS/src/UE4SSProgram.cpp:1320
↓ 2 callers
Method
get_object_dumper_output_directory
UE4SS/src/UE4SSProgram.cpp:1518
↓ 2 callers
Function
get_object_full_name_cxx_string
UE4SS/src/GUI/LiveView.cpp:1293
↓ 2 callers
Function
get_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 callers
Method
get_or_create_class_entry
UVTD/src/TypeContainer.cpp:24
↓ 2 callers
Method
get_start
deps/first/ParserBase/src/Token.cpp:30
↓ 2 callers
Method
get_string_value
deps/first/IniParser/src/Value.cpp:23
↓ 2 callers
Function
get_type
deps/first/JSON/include/JSON/Null.hpp:17
↓ 2 callers
Function
get_typeless_object_name
UE4SS/src/GUI/UFunctionCallerWidget.cpp:246
↓ 2 callers
Function
get_user_selection
UVTD/src/main.cpp:13
↓ 2 callers
Method
get_window_size
UE4SS/src/GUI/Windows.cpp:104
↓ 2 callers
Function
getcurrentline
deps/first/LuaRaw/src/ldebug.c:98
↓ 2 callers
Function
getendpos
** 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 callers
Function
getgclist
deps/first/LuaRaw/src/lgc.c:125
↓ 2 callers
Function
getnum
deps/first/LuaRaw/src/lstrlib.c:1449
↓ 2 callers
Function
getoption
** Read and classify next option. 'size' is filled with option's size. */
deps/first/LuaRaw/src/lstrlib.c:1488
↓ 2 callers
Method
handle_error
deps/first/LuaMadeSimple/src/LuaMadeSimple.cpp:300
↓ 2 callers
Function
has_only_spaces
deps/first/IniParser/src/JSON.cpp:14
↓ 2 callers
Function
hashint
** 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 callers
Function
if
deps/first/LuaRaw/src/ltm.c:206
↓ 2 callers
Method
imgui_backend_newframe
UE4SS/src/GUI/DX11.cpp:24
↓ 2 callers
Function
intarith
deps/first/LuaRaw/src/lobject.c:53
↓ 2 callers
Method
invalidate_file
deps/first/File/src/FileType/WinFile.cpp:20
↓ 2 callers
Function
isKstr
** Check whether expression 'e' is a small literal string */
deps/first/LuaRaw/src/lcode.c:1220
↓ 2 callers
Function
is_a_internal
UE4SS/src/LuaType/LuaUObject.cpp:1204
↓ 2 callers
Function
is_event
UE4SS/src/SDKGenerator/JSONDumper.cpp:157
↓ 2 callers
Method
is_global_function
deps/first/LuaMadeSimple/src/LuaMadeSimple.cpp:699
↓ 2 callers
Method
is_installable
UE4SS/src/Mod/Mod.cpp:69
↓ 2 callers
Method
is_installed
UE4SS/src/Mod/Mod.cpp:79
↓ 2 callers
Function
is_instance
UE4SS/include/GUI/LiveView/Filter/SearchFilter.hpp:128
↓ 2 callers
Method
is_open
UE4SS/include/GUI/GUI.hpp:207
↓ 2 callers
Function
is_subtype_valid
UE4SS/src/SDKGenerator/UEHeaderGenerator.cpp:96
↓ 2 callers
Method
is_valid
UE4SS/src/Mod/LuaMod.cpp:1600
↓ 2 callers
Method
is_valid_bool
deps/first/IniParser/include/IniParser/Value.hpp:55
↓ 2 callers
Method
is_valid_float
deps/first/IniParser/include/IniParser/Value.hpp:51
↓ 2 callers
Method
is_valid_int64
deps/first/IniParser/include/IniParser/Value.hpp:47
↓ 2 callers
Method
is_valid_string
deps/first/IniParser/include/IniParser/Value.hpp:43
↓ 2 callers
Function
ispow2realasize
** 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 callers
Function
iter_aux
deps/first/LuaRaw/src/lutf8lib.c:224
↓ 2 callers
Function
jumponcond
** 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
← previous
next →
601–700 of 2,594, ranked by callers