/***
* Get the underlying table. Note: Implemented in next release as of May 9 2025. See [PR](https://github.com/beyond-all-reason/RecoilEngine/pull/2241)
* @generic T
* @function RmlUi.SolLuaDataModel<T>:__GetTable
* @return T
*/
This seems weird, not sure how to properly capture the generic from the class when defining a method on said class. Need to experiment.
This seems weird, not sure how to properly capture the generic from the class when defining a method on said class. Need to experiment.