mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-13 01:20:34 +02:00
fix method documentation
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user