Changeset 9513 in orxonox.OLD for branches/proxy/src/world_entities/weapons
- Timestamp:
 - Jul 27, 2006, 5:38:53 PM (19 years ago)
 - File:
 - 
          
- 1 edited
 
- 
          branches/proxy/src/world_entities/weapons/aim.h (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
branches/proxy/src/world_entities/weapons/aim.h
r7221 r9513 37 37 38 38 inline void selectTarget(PNode* target) { this->setParent(target); }; 39 inline PNode* getTarget(PNode* target) { return this->getParent(); };39 inline PNode* getTarget(PNode* target) const { return this->getParent(); }; 40 40 41 41 void searchTarget(); 42 42 43 void setRange(float range) {this->range = range;};44 void setAngle(float angle) {this->angle = angle;};45 void setGroup(OM_LIST group) {this->group = group;};43 void setRange(float range) {this->range = range;}; 44 void setAngle(float angle) {this->angle = angle;}; 45 void setGroup(OM_LIST group) {this->group = group;}; 46 46 47 47 void setSize(float size);  
Note: See TracChangeset
          for help on using the changeset viewer.
      


            






