Click or drag to resize
HierarchyStatusCode Enumeration
Hierarchy status codes.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public enum HierarchyStatusCode
Members
  Member nameValueDescription
MissingOptionalNode1 Code to indicate a hierarchy is missing an optional node.
MissingRequiredNode2 Code to indicate a hierarchy is missing a required node.
MissingRoot6 Code to indicate a hierarchy has no root assigned.
UnassignedChainBody10 Code to indicate that a chain in the hierarchy has one or more bodies unassigned.
DuplicateEntry16 Code to indicate that some node appears in multiple, incompatible locations in the hierarchy's definition.
UnknownProblem256 A code to indicate that some unknown problem was encountered.
See Also