- Timestamp:
- Dec 3, 2008, 3:11:48 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/weapon2/src/orxonox/objects/weaponSystem/WeaponSlot.cc
r2308 r2319 69 69 70 70 71 //XMLPort functions72 71 void WeaponSlot::XMLPort(Element& xmlelement, XMLPort::Mode mode) 73 72 { … … 78 77 { this->attachedWeapon_ = weaponPointer; } 79 78 80 Weapon * WeaponSlot::getAttachedWeapon( unsigned int index) const79 Weapon * WeaponSlot::getAttachedWeapon() const 81 80 { return this->attachedWeapon_; } 82 81
Note: See TracChangeset
for help on using the changeset viewer.