LeonMrBonnie / altv-angelscript-module

An alt:V module providing support for the AngelScript scripting language
MIT License
6 stars 2 forks source link

Change type, value pair to AngelScriptValue struct #7

Open LeonMrBonnie opened 3 years ago

LeonMrBonnie commented 3 years ago

Instead of using a std::tuple or a std::pair for AngelScript values (typeId and pointer) create a struct for it