IC Python API:RLPy RStatus
From Reallusion Wiki!
Revision as of 17:39, 13 January 2019 by Chuck (RL) (Talk | contribs)
- Main article: System Module.
- ! This article is incomplete because it's still under construction.
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)