- Timestamp:
- Nov 21, 2009, 12:33:37 AM (15 years ago)
- Location:
- code/branches/presentation2
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2
- Property svn:mergeinfo changed
/code/branches/particles2 merged: 6109
- Property svn:mergeinfo changed
-
code/branches/presentation2/src/orxonox/worldentities/pawns/Pawn.cc
r6107 r6111 67 67 68 68 this->spawnparticleduration_ = 3.0f; 69 70 this->aimPosition_ = Vector3::ZERO; 69 71 70 72 this->getPickups().setOwner(this); -
code/branches/presentation2/src/orxonox/worldentities/pawns/Pawn.h
r6107 r6111 116 116 117 117 virtual void startLocalHumanControl(); 118 119 void setAimPosition( Vector3 position ) 120 { this->aimPosition_ = position; } 121 Vector3 getAimPosition() 122 { return this->aimPosition_; } 118 123 119 124 protected: … … 146 151 inline void setWeaponSystem(WeaponSystem* weaponsystem) 147 152 { this->weaponSystem_ = weaponsystem; } 153 154 Vector3 aimPosition_; 148 155 }; 149 156 }
Note: See TracChangeset
for help on using the changeset viewer.