mirror of
https://github.com/vcmi/vcmi.git
synced 2025-04-15 11:46:56 +02:00
fix method documentation
This commit is contained in:
parent
8f843d0bff
commit
c0c19557af
@ -161,9 +161,6 @@ public:
|
|||||||
bool isItNativeTerrain(TerrainId terrain) const;
|
bool isItNativeTerrain(TerrainId terrain) const;
|
||||||
/**
|
/**
|
||||||
Returns creature native terrain considering some terrain bonuses.
|
Returns creature native terrain considering some terrain bonuses.
|
||||||
@param considerBonus is used to avoid Dead Lock when this method is called inside getAllBonuses
|
|
||||||
considerBonus = true is called from Pathfinder and fills actual nativeTerrain considering bonus(es).
|
|
||||||
considerBonus = false is called on Battle init and returns already prepared nativeTerrain without Bonus system calling.
|
|
||||||
*/
|
*/
|
||||||
TerrainId getNativeTerrain() const;
|
TerrainId getNativeTerrain() const;
|
||||||
int32_t getIndex() const override;
|
int32_t getIndex() const override;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user