Changeset 4969 in orxonox.OLD for orxonox/trunk/src/world_entities/weapons/weapon_manager.cc
- Timestamp:
- Aug 4, 2005, 11:19:29 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/weapons/weapon_manager.cc
r4959 r4969 161 161 this->currentSlotConfig[slot].position.setRelCoor(position); 162 162 } 163 164 void WeaponManager::setSlotDirection(int slot, const Quaternion& rotation) 165 { 166 if (slot < this->slotCount) 167 this->currentSlotConfig[slot].position.setRelDir(rotation); 168 } 169 163 170 164 171 /**
Note: See TracChangeset
for help on using the changeset viewer.