Click or drag to resize
TetrapodNamingConventionGetArbitraryChainDefinitions Method
Gets the base names and types of arbitrary chains.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public void GetArbitraryChainDefinitions(
	ref Dictionary<string, TetrapodNamingConventionChain> chains
)

Parameters

chains
Type: System.Collections.GenericDictionaryString, TetrapodNamingConventionChain
A dictionary mapping chain names to base body names and type definitions for the chain.
See Also