Click or drag to resize
TetrapodNamingConventionGetExpectedArbitraryChainBodyNames Method
Gets the expected names of bodies in arbitrary chains.

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

Parameters

expectedNames
Type: System.Collections.GenericDictionaryString, String
A dictionary mapping chain identifiers to expected names for bodies in the chain.
identifierMapping
Type: System.Collections.GenericDictionaryString, String
A dictionary mapping identifiers of corresponding chains on opposite sides of the body.
See Also