Attachment

From NFBSP

Jump to: navigation, search

C# Code

struct Attachment { // Length: 88
  byte[32] Name;
  int Type;
  int Bone;
  float X;
  float Y;
  float Z;
  float Vec1X;
  float Vec1Y;
  float Vec1Z;
  float Vec2X;
  float Vec2Y;
  float Vec2Z;
  float Vec3X;
  float Vec3Y;
  float Vec3Z;
}

Details

  • Name: The name of this attachment for symbolic links.
  • Type: The type of attachment.
  • Bone: The bone to attach to.
  • X, Y, Z: The position of the attachment.
  • Vec1X, Vec1Y, Vec1Z: Unknown.
  • Vec2X, Vec2Y, Vec2Z: Unknown.
  • Vec3X, Vec3Y, Vec3Z: Unknown.

See Also

Personal tools