KitPart Type

The KitPart object type is created by ObjectTemplate.Create.

Kit parts allow users to set up parts that can be added to a kit. These kit parts can be linked directly to bones so that they move with the character correctly.

Used in a total of 38 .con files: Objects.con

Parent directory of these .con files: objects/Items

Example: (from objects/Items/CanadianKit/Engineer/Objects.con)
   ObjectTemplate.Create KitPart Bac_pac_Big_us_Bri
   ObjectTemplate.Geometry Bacpac_Big_us_Bri
   ObjectTemplate.SetBoneName backpack
   ObjectTemplate.SetCopyLinksCount 0

Properties used with this type of object:
   ObjectTemplate.BoneName
   ObjectTemplate.CopyLinksCount
   ObjectTemplate.Create
   ObjectTemplate.Geometry
   ObjectTemplate.SetBoneName
   ObjectTemplate.SetCopyLinksCount


Go to the ObjectTemplate type list page, ObjectTemplate page, All Types list, Class list, CON file list, or Main scripting page.