Difference between revisions of "IC Python API:RLPy RStatus"

From Reallusion Wiki!
Jump to: navigation, search
(Created page with " 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 alo...")
 
m
Line 1: Line 1:
 
+
{{TOC}}
 
+
{{Parent|IC_Python_API:RL_Python_Modules#System|System Module}}
  
 
Class in RLPy / Inherits from:_object
 
Class in RLPy / Inherits from:_object

Revision as of 02:20, 9 January 2019

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

RStatus.isError

Constructor & Destructor