LuaState tovalue, pushvalue for dynamic::Value

This commit is contained in:
MihailRis
2024-04-01 00:04:10 +03:00
parent 8950f4ecd5
commit 75a7b89fc8
9 changed files with 126 additions and 31 deletions
+2
View File
@@ -33,7 +33,9 @@ namespace dynamic {
Value(valtype type, valvalue value);
~Value();
static Value of(bool value);
static Value of(number_u value);
static Value of(const std::string& value);
};
class List {