Exposing a custom SDK class to the scripting environment
xordium
Posts: 0
Is it possible to expose a class to the scripting environment?
You currently have no notifications.
Is it possible to expose a class to the scripting environment?
Licensing Agreement | Terms of Service | Privacy Policy | EULA
© 2024 Daz Productions Inc. All Rights Reserved.
Comments
Yes, exposing your own classes to script is possible.
- Making a C++ object available to Scripts Written in QtScript
- Making C++ Class Member Functions Available in QtScript
- Making C++ Class Properties Available in QtScript
- Reacting to C++ Objects Signals in Scripts
-Rob
This was exactly what I was looking for!