Changeset 6102 for code/branches/sound3/src/orxonox/sound/WorldSound.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/WorldSound.cc
r6100 r6102 53 53 { 54 54 SUPER(WorldSound, XMLPort, xmlelement, mode); 55 XMLPortParamExtern(WorldSound, BaseSound, this, "volume", setVolume, getVolume, xmlelement, mode); 56 XMLPortParamExtern(WorldSound, BaseSound, this, "loop", setLooping, getLooping, xmlelement, mode); 57 XMLPortParamExtern(WorldSound, BaseSound, this, "play", play, isPlaying, xmlelement, mode); 58 XMLPortParamExtern(WorldSound, BaseSound, this, "source", setSource, getSource, xmlelement, mode); 55 BaseSound::XMLPortExtern(xmlelement, mode); 59 56 } 60 57
Note: See TracChangeset
for help on using the changeset viewer.