 | TetrapodDefinitionTPart, TChainGetCorrespondingChain Method |
Gets the identifier of the chain corresponding to the specified one.
Namespace: CandlelightAssembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntaxpublic 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