Windows 10
No response
27.0.1
No response
https://obsproject.com/logs/2qxBCG7iDe7xppJ4
No response
In my lua script, I expect obs.obs_frontend_get_transition_duration()
to return the transition duration.
(Note: obs.obs_frontend_get_current_transition()
works just fine)
When I call obs.obs_frontend_get_transition_duration()
in my lua script, I get the following error:
Failed to call frontend_event_callback for frontend API: .../path/to/file.lua:251: attempt to call field 'obs_frontend_get_transition_duration' (a nil value)
obslua.obs_frontend_get_transition_duration()
in a lua scriptNo response
Ok, I'm going to close the issue then. Thanks!
Ok, I haven't upgraded to 28 yet, but once I do, I'll re-test. But FWIW, it was really easy to test, literally just do what's in the steps to reproduce section.