Click or drag to resize
IHierarchyTGetAllNodes Method

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
int GetAllNodes(
	ref List<T> nodes
)

Parameters

nodes
Type: System.Collections.GenericListT
A list to populate with the nodes in this IHierarchyT's definition. Some values may be .

Return Value

Type: Int32
A bit field of HierarchyStatusCodes for the hierarchy.
See Also