Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 11, 2017, 6:05:17 PM (7 years ago)
Author:
remartin
Message:

SpicedAsteroidBelt erstellt, kosmetische Veränderungen. Offener Punkt um velocity, ansonsten fehlt nur noch das dokumentieren.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/AsteroidMining_HS17/src/modules/asteroidmining/AsteroidMinable.h

    r11646 r11664  
    2626 *
    2727 */
     28
     29
     30/**
     31    @file AsteroidMinable.h
     32
     33
     34*/
    2835
    2936#ifndef _AsteroidMinable_H__
     
    6471
    6572            inline void toggleShattering(bool b){this->generateSmaller = b;}
     73            inline bool doesShatter(){return this->generateSmaller;}
     74
    6675            inline void toggleDropStuff(bool b){this->dropStuff = b;}
    67 
     76            inline bool doesDropStuff(){return this->dropStuff;}
    6877
    6978        protected:
     
    7483            bool generateSmaller;
    7584            bool dropStuff;
     85
    7686            bool initialised;
    7787
Note: See TracChangeset for help on using the changeset viewer.