Changeset 6102 for code/branches/sound3/src/orxonox/sound/AmbientSound.cc
- Timestamp:
- Nov 20, 2009, 11:11:32 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/sound3/src/orxonox/sound/AmbientSound.cc
r6100 r6102 57 57 { 58 58 SUPER(AmbientSound, XMLPort, xmlelement, mode); 59 XMLPortParamExtern(AmbientSound, BaseSound, this, "volume", setVolume, getVolume, xmlelement, mode); 60 XMLPortParamExtern(AmbientSound, BaseSound, this, "loop", setLooping, getLooping, xmlelement, mode); 61 XMLPortParamExtern(AmbientSound, BaseSound, this, "play", play, isPlaying, xmlelement, mode); 62 XMLPortParam(AmbientSound, "source", setAmbientSource, getAmbientSource, xmlelement, mode); 59 BaseSound::XMLPortExtern(xmlelement, mode); 60 XMLPortParam(AmbientSound, "ambientsource", setAmbientSource, getAmbientSource, xmlelement, mode); 63 61 } 64 62
Note: See TracChangeset
for help on using the changeset viewer.