Changeset 9715 in orxonox.OLD for branches/new_class_id/src/util/multiplayer_team_deathmatch.h
- Timestamp:
- Sep 1, 2006, 8:06:39 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/util/multiplayer_team_deathmatch.h
r9704 r9715 30 30 class MultiplayerTeamDeathmatch : public NetworkGameRules, public EventListener 31 31 { 32 NewObjectListDeclaration(MultiplayerTeamDeathmatch);32 ObjectListDeclaration(MultiplayerTeamDeathmatch); 33 33 34 34 public: … … 39 39 40 40 virtual int getTeamForNewUser(); 41 virtual NewClassID getPlayableClassId( int userId, int team );42 virtual std::string getPlayableModelTextureFileName( int userId, int team, const NewClassID& classId );43 virtual std::string getPlayableModelFileName( int userId, int team, const NewClassID& classId );44 virtual float getPlayableScale( int userId, int team, const NewClassID& classId );41 virtual ClassID getPlayableClassId( int userId, int team ); 42 virtual std::string getPlayableModelTextureFileName( int userId, int team, const ClassID& classId ); 43 virtual std::string getPlayableModelFileName( int userId, int team, const ClassID& classId ); 44 virtual float getPlayableScale( int userId, int team, const ClassID& classId ); 45 45 46 46 virtual void registerSpawn( WorldEntity * we );
Note: See TracChangeset
for help on using the changeset viewer.