Click or drag to resize
TetrapodNamingConventionChainBodyAffix Enumeration
An enum to describe what type of affixes ought to be used for chain bodies.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public enum ChainBodyAffix
Members
  Member nameValueDescription
None0 No body side affixes should be used with the base name.
Center1 The CenterAffix should be used with the base name.
LeftAndRight2LeftAffix and RightAffix should be used with the base name.
See Also