Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 28, 2009, 1:58:22 AM (15 years ago)
Author:
landauf
Message:

Added Gameplay messages (Announces, Killmessages and Deathmessages)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/objects/infos/GametypeInfo.h

    r2826 r3099  
    5959                { return this->hudtemplate_; }
    6060
     61            void sendAnnounceMessage(const std::string& message) const;
     62            void sendAnnounceMessage(const std::string& message, unsigned int clientID) const;
     63            void sendKillMessage(const std::string& message, unsigned int clientID) const;
     64            void sendDeathMessage(const std::string& message, unsigned int clientID) const;
     65
     66            void dispatchAnnounceMessage(const std::string& message) const;
     67            void dispatchKillMessage(const std::string& message) const;
     68            void dispatchDeathMessage(const std::string& message) const;
     69
    6170        private:
    6271            bool bStarted_;
Note: See TracChangeset for help on using the changeset viewer.