Implemented ULxLuaValues (not tested yet)

This commit is contained in:
2025-03-26 18:17:17 -04:00
parent 408c73521d
commit 3741470b20
8 changed files with 258 additions and 28 deletions

View File

@@ -5,24 +5,6 @@
#include "LuaCall.generated.h"
/////////////////////////////////////////////////////////////////
//
// These are the types that can actually be packed into
// an argument or return value buffer. Any other type is
// subject to conversion before packing.
//
/////////////////////////////////////////////////////////////////
UENUM(BlueprintType)
enum class ELpxSimpleDynamicTag : uint8 {
None,
String,
Name,
Float,
Boolean,
Vector
};
/////////////////////////////////////////////////////////////////
//
// This is a little parser that parses Lua function 'prototypes'.