Changeset 5899 for code/branches/core5/src/orxonox/sound/AmbientSound.cc
- Timestamp:
- Oct 7, 2009, 11:19:19 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core5/src/orxonox/sound/AmbientSound.cc
r5896 r5899 49 49 { 50 50 SUPER(AmbientSound, XMLPort, xmlelement, mode); 51 XMLPortParamExtern(AmbientSound, BaseSound, this, "sou ndFile", setSoundFile, getSoundFile, xmlelement, mode);51 XMLPortParamExtern(AmbientSound, BaseSound, this, "source", setSource, getSource, xmlelement, mode); 52 52 XMLPortParamExtern(AmbientSound, BaseSound, this, "loop", setLoop, getLoop, xmlelement, mode); 53 53 XMLPortParamExtern(AmbientSound, BaseSound, this, "playOnLoad", setPlayOnLoad, getPlayOnLoad, xmlelement, mode);
Note: See TracChangeset
for help on using the changeset viewer.