Announcement

Collapse
No announcement yet.

Question about LUA scripting and implementing more features

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Question about LUA scripting and implementing more features

    Hi,

    First of all, this is the right place for ask a question about scripting ?

    I want to ask if It's possible to implement more feature in our LUA from an external library (by example wrote in C++) who have more complex feature like add a UDP server socket for communicate with other things ? I dont know if im clear, I mean in the LUA scripting documents there's some predefined functions and callback in LUA but I we want add more functions/callback to LUA from a plugin (.DLL or .SO) it's possible in Onset ?

    Thanks in advance.

    #2
    Welcome metra,

    yes, that is totally possible on the server side. The plugin development SDK is available here: https://github.com/BlueMountainsIO/OnsetSDK
    You can find an example plugin that uses the OnsetSDK here: https://github.com/BlueMountainsIO/OnsetIniPlugin

    The MariaDB plugin will also be made public on release.

    Best
    Talos

    Comment


      #3
      Awesome thanks ! And thanks for your game !

      Comment


        #4
        Hi Talos ,

        Are you going to release the MariaDB plugin soon ? I'm looking for an example about how to create a new event through your SDK.

        Thanks in advance?

        Comment

        Working...
        X