Click or drag to resize
TetrapodDefinitionTPart, TChainGetCorrespondingChain Method
Gets the identifier of the chain corresponding to the specified one.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public string GetCorrespondingChain(
	string identifier
)

Parameters

identifier
Type: SystemString
The identifier of an arbitrary chain.

Return Value

Type: String
The identifier of the chain corresponding to the chain with the specified identifier if one exists; otherwise, .
See Also