IAppScripting#
- class omni.kit.app.IAppScripting#
 Bases:
pybind11_objectMethods
__init__(*args, **kwargs)add_search_script_folder(self, path)execute_file(self, path, args)execute_string(self, str[, source_file, ...])get_event_stream(self)remove_search_script_folder(self, path)- __init__(*args, **kwargs)#
 
- add_search_script_folder(
 - self: omni.kit.app._app.IAppScripting,
 - path: str,
 
- execute_file(
 - self: omni.kit.app._app.IAppScripting,
 - path: str,
 - args: List[str],
 
- execute_string(
 - self: omni.kit.app._app.IAppScripting,
 - str: str,
 - source_file: str = '',
 - execute_as_file: bool = '',
 
- get_event_stream( ) carb.events._events.IEventStream#
 
- remove_search_script_folder(
 - self: omni.kit.app._app.IAppScripting,
 - path: str,