Changeset 9945 for code/trunk/src/modules/weapons/weaponmodes
- Timestamp:
- Jan 3, 2014, 1:50:22 PM (11 years ago)
- Location:
- code/trunk/src/modules/weapons/weaponmodes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/modules/weapons/weaponmodes/HsW01.cc
r9667 r9945 82 82 XMLPortParam(HsW01, "material", setMaterial, getMaterial, xmlelement, mode); 83 83 XMLPortParam(HsW01, "projectileMesh", setMesh, getMesh, xmlelement, mode); 84 84 XMLPortParam(HsW01, "sound", setSound, getSound, xmlelement, mode); 85 85 } 86 86 -
code/trunk/src/modules/weapons/weaponmodes/HsW01.h
r9939 r9945 74 74 { return this->mesh_; } 75 75 76 76 /** 77 77 @brief Set the sound. 78 78 @param mesh The Sound name. … … 81 81 { this->sound_ = sound; } 82 82 83 83 /** 84 84 @brief Get the sound. 85 85 @return Returns the sound name.
Note: See TracChangeset
for help on using the changeset viewer.