Difference between revisions of "IC Python API:RLPy RStatus"
From Reallusion Wiki!
Chuck (RL) (Talk | contribs) m (→isError) |
Chuck (RL) (Talk | contribs) 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 17: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)