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