lib / imports
thelindat opened this issue · 0 comments
thelindat commented
Focused on the internal features for now, but lib will be the replacement for both the Lua imports and node package from the previous version. Serves the same purpose, just structured a little better.
- types, interfaces, etc. need to be reorganised to be properly shared between the package and this repo
- ensure all exports are properly typed, excluding some internal ones (e.g. exports.ox_core.getOxPlayer)
- work on the Lua version more once things are more stable
- breaking? right now player is referenced with Ox.Player() - not sure what else will change
- types will be in https://github.com/overextended/ox_types, won't update until TS is more complete