- Timestamp:
- May 15, 2014, 5:10:55 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/turretFS14/src/modules/objects/controllers/TurretController.h
r10049 r10060 57 57 void searchTarget(); 58 58 bool isLookingAtTargetNew(float angle) const; 59 float targetScore(Pawn* pawn, float distance) const; 59 60 60 bool once_; 61 bool once_; //!< Flag for executing code in the tick function only once. 61 62 }; 62 63 }
Note: See TracChangeset
for help on using the changeset viewer.