omni::connect::core::executePythonIntFunction

Defined in omni/connect/core/Python.h

int omni::connect::core::executePythonIntFunction(const std::string &function)

Execute a global python function which returns an int.

Returns

The int result of the function or 0 if the function could not be executed.