Click or drag to resize
IArbitraryChainsTPart, TChainDefinesArbitraryChain Method
Gets a value indicating whether or not this instance defines an arbitrary TChain with the specified identifier.

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

Parameters

identifier
Type: SystemString
Identifier of the TChain.

Return Value

Type: Boolean
if this instance defines an arbitrary TChain with the specified identifier; otherwise, .
See Also