Userdata objects can be passed in table.

This commit is contained in:
jussi
2024-05-22 22:40:16 +03:00
parent cb1bc03681
commit cd8989376e
2 changed files with 437 additions and 76 deletions

View File

@@ -10,6 +10,7 @@ KEY CHANGES:
- CHANGE: Object libraries like Vector2 optimizations. Separated table argument style for new and set methods.
Option for pre generated temp objects. There was a lot of overhead on old new method.
- CHANGE: Use GetApplicationDirectory instead of GetWorkingDirectory for basePath if no path argument given.
- ADDED Userdata objects can be passed in table. Useful on wrapper libraries. Name should be in camelCase.
DETAILED CHANGES:
- ADDED: GetBufferElementSize and GetBufferLength.