Skip to content

Commit

Permalink
Lua: Allow TArray<UClass*> to be passed
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog committed Oct 26, 2024
1 parent 7d664cb commit aaf4092
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua-api/lib/src/ScriptUtility.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -565,6 +565,7 @@ sol::object call_function(sol::this_state s, uevr::API::UObject* self, uevr::API
switch (inner_name_hash) {
case L"InterfaceProperty"_fnv:
case L"ObjectProperty"_fnv:
case L"ClassProperty"_fnv:
{
const auto arg_obj = args[args_index++];

Expand Down

0 comments on commit aaf4092

Please sign in to comment.