Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 13, 2005, 11:40:03 AM (20 years ago)
Author:
patrick
Message:

network: spawning point coded, not yet tested

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/world_entities/spawning_point.h

    r6083 r6084  
    3838  private:
    3939    float                frequency;                      //!< the frequency for entity spawning
     40    float                countDown;                      //!< the timer that counts down until the next spawn
    4041    float                seed;                           //!< the random seed of the position
    4142    int                  classID;                        //!< the classid of the entity to spawn
     43
    4244
    4345};
Note: See TracChangeset for help on using the changeset viewer.