1. This forum is obsolete and read-only. Feel free to contact us at support.keenswh.com

List of item subtypes?

Discussion in 'Programming Questions and Suggestions' started by mze9412, Apr 2, 2015.

Thread Status:
This last post in this thread was made more than 31 days old.
  1. mze9412

    mze9412 Junior Engineer

    Messages:
    791
    Hi,

    it seems I am too stupid to find it, but is there a comprehensive list of all item sub types? -.-

    Thanks!
    Mathias
     
  2. MisterSwift

    MisterSwift Apprentice Engineer

    Messages:
    367
    Is this what you're looking for?

    Inheritance Hierarchy

    • System. Object
      • Sandbox.Common.ObjectBuilders. MyObjectBuilder_Base
        • Sandbox.Common.ObjectBuilders. MyObjectBuilder_PhysicalObject
          • Sandbox.Common.ObjectBuilders.MyObjectBuilder_AmmoMagazine
          • Sandbox.Common.ObjectBuilders.MyObjectBuilder_Component
          • Sandbox.Common.ObjectBuilders.MyObjectBuilder_Ingot
          • Sandbox.Common.ObjectBuilders.MyObjectBuilder_Ore
          • Sandbox.Common.ObjectBuilders.MyObjectBuilder_PhysicalCubeBlockObject
          • Sandbox.Common.ObjectBuilders.MyObjectBuilder_PhysicalGunObject
     
  3. mze9412

    mze9412 Junior Engineer

    Messages:
    791
    More the list what components there are for example (SteelPlate, LargeTube, etc.) but I guess I will just make a script which dumps all names in an exception :D
     
  4. codetodi

    codetodi Trainee Engineer

    Messages:
    26
    Are you looking for this:

    Ore

    Cobalt, Gold, Ice, Iron, Magnesium, Nickel, Platinum, Silicon, Silver, Stone, Uranium

    Ingot
    Cobalt, Gold, Iron, Magnesium, Nickel, Platinum, Scrap, Silicon, Silver, Stone, Uranium

    Component
    BulletproofGlass, Computer, Construction, Detector, Display, Girder, GravityGenerator, InteriorPlate, LargeTube, Medical, MetalGrid, Motor, PowerCell, RadioCommunication, Reactor, SmallTube, SolarCell, SteelPlate, Thrust

    PhysicalGunObject
    WelderItem, HandDrillItem, AngleGrinderItem, AutomaticRifleItem

    AmmoMagazine
    Missle200mm, NATO_25x184mm, NATO_5p56x45mm, Explosives
     
  5. mze9412

    mze9412 Junior Engineer

    Messages:
    791
    Yeah :) That was is ^^ I collected it with a script some time ago (about 2 weeks) :)
     
Thread Status:
This last post in this thread was made more than 31 days old.