mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-24 10:14:13 -05:00
docs: Add obs_sceneitem_group_enum_items API call to scripting docs
This commit is contained in:
@@ -197,6 +197,14 @@ modules/namespaces).
|
||||
:return: List of scene items. Release with
|
||||
:py:func:`sceneitem_list_release()`.
|
||||
|
||||
.. py:function:: obs_sceneitem_group_enum_items(group)
|
||||
|
||||
Enumerates scene items within a group.
|
||||
|
||||
:param group: obs_sceneitem_t object to enumerate items from.
|
||||
:return: List of scene items. Release with
|
||||
:py:func:`sceneitem_list_release()`.
|
||||
|
||||
.. py:function:: obs_add_main_render_callback(callback)
|
||||
|
||||
**Lua only:** Adds a primary output render callback. This callback
|
||||
|
||||
Reference in New Issue
Block a user