Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 16, 2019, 4:53:45 PM (5 years ago)
Author:
cwaupoti
Message:

Zombie can now approach, tried to add waves

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/Boxhead_FS19/src/modules/hover/Hover.h

    r12273 r12390  
    4545namespace orxonox
    4646{
     47
     48
     49   
     50
    4751    class _HoverExport Hover : public Gametype
    4852    {
     
    5862                { return this->numberOfFlags_; }
    5963
     64             void spawnZombie(std::string id);
     65
     66            /**
     67             * @brief Set the position of an object
     68             * @param id The ID of the object
     69             * @param x The position on the x-axis
     70             * @param y The position on the y-axis
     71             * @param z The position on the z-axis
     72             */
     73
    6074        private:
    6175            WeakPtr<HoverOrigin> origin_;
     
    6680}
    6781
     82
    6883#endif /* _Hover_H__ */
Note: See TracChangeset for help on using the changeset viewer.