class CAttachment
{
public:
CUtlString m_ name;
CUtlString m_ influenceNames[3];
Quaternion m_ vInfluenceRotations[3];
Vector m_ vInfluenceOffsets[3];
float32 m_ influenceWeights[3];
bool m_ bInfluenceRootTransform[3];
uint8 m_ nInfluences;
bool m_ bIgnoreRotation;
};KV3 Class Defaults
{
m_ name = ""
m_ influenceNames =
[
"",
"",
"",
]
m_ vInfluenceRotations =
[
[ 0.0, 0.0, 0.0, 1.0 ],
[ 0.0, 0.0, 0.0, 1.0 ],
[ 0.0, 0.0, 0.0, 1.0 ],
]
m_ vInfluenceOffsets =
[
[ 0.0, 0.0, 0.0 ],
[ 0.0, 0.0, 0.0 ],
[ 0.0, 0.0, 0.0 ],
]
m_ influenceWeights = [ 0.0, 0.0, 0.0 ]
m_ bInfluenceRootTransform = [ false, false, false ]
m_ nInfluences = 0
m_ bIgnoreRotation = false
}