dockfries / infernus

Node.js library for scripting Open Multiplayer.
https://dockfries.github.io/infernus/
MIT License
21 stars 2 forks source link

streamer wrapper for samp-node #12

Closed dockfries closed 2 years ago

dockfries commented 2 years ago

The current idea is to package the classes according to the streamer's github wiki subdirectory structure, such as natives/enums/definitions/callbacks, after which the user can package some classes to operate, such as dynamic object classes, define methods for creating, destroying, etc., instead of continuing to call these classes in the traditional functional way native.

dockfries commented 2 years ago

The initial packaging is now complete, though it has not been tested. The next step is to consider abstracting it into a separate git repository and npm package.