Functions | |
| JENOVA_C_API JenovaSDKInterface | GetSDKInterface () |
| Retrieves the JenovaSDK Interface. | |
| JENOVA_C_API FunctionPtr | GetSDKFunction (StringPtr sdkFunctionName) |
| Solves/Retrieves a function pointer from the JenovaSDK Interface. | |
Exported functions that enable seamless integration with the JenovaSDK Interface from external libraries, such as addons or tools.
| JENOVA_C_API JenovaSDKInterface GetSDKInterface | ( | ) |
Retrieves the JenovaSDK Interface.
This function returns the JenovaSDK Interface, which can be used to interact with the JenovaSDK.
| JENOVA_C_API FunctionPtr GetSDKFunction | ( | StringPtr | sdkFunctionName | ) |
Solves/Retrieves a function pointer from the JenovaSDK Interface.
This function returns a function pointer from the JenovaSDK Interface, which can be used to call a specific function.
| sdkFunctionName | The name of the function to retrieve. |