IC Python API:RLPy RStatus
From Reallusion Wiki!
- Main article: System Module.
Class in RLPy / Inherits from:_object
Description
API level error handling.
Most API methods return this class. you can query, clear, and print the error code along with the error description.
Member Functions
Clear
def RLPY.RStatus.Clear(self)
GetStatusCode
def RLPY.RStatus.GetStatusCode(self)
isError
def RLPY.RStatus.IsError(self)