 | HierarchyStatusCode Enumeration |
Hierarchy status codes.
Namespace: CandlelightAssembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntaxpublic enum HierarchyStatusCode
Members
| Member name | Value | Description |
---|
| MissingOptionalNode | 1 |
Code to indicate a hierarchy is missing an optional node.
|
| MissingRequiredNode | 2 |
Code to indicate a hierarchy is missing a required node.
|
| MissingRoot | 6 |
Code to indicate a hierarchy has no root assigned.
|
| UnassignedChainBody | 10 |
Code to indicate that a chain in the hierarchy has one or more bodies unassigned.
|
| DuplicateEntry | 16 |
Code to indicate that some node appears in multiple, incompatible locations in the hierarchy's definition.
|
| UnknownProblem | 256 |
A code to indicate that some unknown problem was encountered.
|
See Also