Skip to content

sol::object improvements and constructor improvements

Compare
Choose a tag to compare
@ThePhD ThePhD released this 13 May 18:08
· 1429 commits to develop since this release

This release is mostly a QoI release to make working with sol types easier, specifically sol::object. sol::object can now be constructed from many of the more derived sol::reference types, like sol::table and sol::thread and sol::userdata and sol::(protected_)function.