Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 15, 2014, 5:10:55 PM (10 years ago)
Author:
muemart
Message:

Fix team acquisition, edit test level and start to try to make a raytest

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/turretFS14/src/modules/objects/controllers/TurretController.h

    r10049 r10060  
    5757                        void searchTarget();
    5858                        bool isLookingAtTargetNew(float angle) const;
     59                        float targetScore(Pawn* pawn, float distance) const;
    5960
    60                         bool once_;
     61                        bool once_; //!< Flag for executing code in the tick function only once.
    6162        };
    6263 }
Note: See TracChangeset for help on using the changeset viewer.