Launch the Crank model from SBLUA shell
How would I load/launch the model from the LUA shell?
Do you have any interface on SBLUA API? if so please give me the interface with an actual call of example from LUA shell?
0
How would I load/launch the model from the LUA shell?
Do you have any interface on SBLUA API? if so please give me the interface with an actual call of example from LUA shell?
Comments
Hello Raj,
Thank you for the post and for suggesting this feature. We currently do not have a Lua API to explicitly launch a Storyboard instance from the SBLua environment however you could leverage the built-in Lua filesystem calls to invoke a script or service that sets up the environment to run and execute the Storyboard engine. The particular call to do what you are looking for would be os.execute().
The documentation for this can be found here
https://www.lua.org/manual/5.1/manual.html#5.8
Hopefully, this helps resolve your issue and I will discuss this topic internally as a feature request candidate.
Please sign in to leave a comment.