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

From Reallusion Wiki!
Jump to: navigation, search
m (Member Functions)
m (Description)
Line 6: Line 6:
 
== Description ==
 
== 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.
+
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 ==
 
== Member Functions ==

Revision as of 19:26, 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

def RLPY.RStatus.GetStatusCode(self)

RStatus.isError

def RLPY.RStatus.IsError(self)

Constructor & Destructor