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

From Reallusion Wiki!
Jump to: navigation, search
m (isError)
m
Line 1: Line 1:
 
{{TOC}}
 
{{TOC}}
 
{{Parent|IC_Python_API:RL_Python_Modules#System|System Module}}
 
{{Parent|IC_Python_API:RL_Python_Modules#System|System Module}}
 +
 +
{{Incomplete|article}}
  
 
Class in RLPy / Inherits from:_object
 
Class in RLPy / Inherits from:_object

Revision as of 18:39, 13 January 2019

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)

Constructor & Destructor