omni::kit::kScriptingEventStdOut
Defined in omni/kit/IApp.h
-
const carb::events::EventType omni::kit::kScriptingEventStdOut = 1
An event that is pushed when a scripting command is issued.
This event is pushed to IAppScripting::getEventStream()
.
An event that is pushed when python prints to stdout
See also
carb::events::IEventStream, carb::events::IEvents, IAppScripting::executeString(), IAppScripting::executeFile(), IAppScripting::getEventStream()
- Event Arguments
”text” - A human-readable text block (string)