Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 22, 2006, 4:16:13 PM (17 years ago)
Author:
marcscha
Message:

Ship attributes added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/playability/src/world_entities/space_ships/space_ship.h

    r9869 r9943  
    5252    void calculateVelocity(float time);
    5353
     54
     55        int                                       shield                          //!< current shield
     56        int                                       shieldMax                       //!< maximum shield
     57        float                             shieldEnergyShare       //!< percentage of reactor output
     58
     59        int                                       armor                           //!< current armor
     60        int                                       armorMax                        //!< maximum armor
     61
     62        int                                       electronic              //!< current electronic
     63        int                                       electronicMax           //!< maximum electronic
     64
     65        int                                       engineSpeed             //!< speed output
     66        int                                       enginePowerConsume  //!< energy needed
     67        float                             engineEnergyShare       //!< percentage of reactor output
     68
     69        int                                       weaponEnergySlot        //!< number of energy weapon slots
     70        int                                       weaponEnergyUsed
     71        int                                       weaponSpecialSlot       //!< number of special weapon slots
     72        int                                       weaponSpecialUsed
     73
     74        int                                       reactorOutput           //!< reactor output
     75        int                                       reactorCapacity         //!< reactor capacity
     76
    5477    bool                  bUp;                //!< up button pressed.
    5578    bool                  bDown;              //!< down button pressed.
Note: See TracChangeset for help on using the changeset viewer.