Changeset 110 for trunk/src/game/Unit.h

Show
Ignore:
Timestamp:
11/19/08 13:36:54 (17 years ago)
Author:
yumileroy
Message:

[svn] Add SpellExtraInfoMap?. Currently support:
Limited-number-of-players spell; shared damage spell; target-in-line cone spell (e.g. dark glare).
Change angle of cone spells from 120 degree to 60 degree.

Original author: megamage
Date: 2008-10-25 15:46:52-05:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/game/Unit.h

    r102 r110  
    10961096        void SetInFront(Unit const* target); 
    10971097        bool isInBack(Unit const* target, float distance, float arc = M_PI) const; 
     1098        bool isInLine(Unit const* target, float distance) const; 
    10981099 
    10991100        // Visibility system