Skip to content

Commit

Permalink
Document hiddenness.
Browse files Browse the repository at this point in the history
  • Loading branch information
jostephd committed Mar 27, 2019
1 parent b71f489 commit f18e24c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/units/unit.hpp
Expand Up @@ -664,7 +664,9 @@ class unit

/**
* Gets whether this unit is currently hidden on the map.
* @todo document hiddenness
*
* Hidden units are not drawn on the main map or the minimap. They are
* an implementation detail. For the [hides] ability, see invisible().
*/
bool get_hidden() const
{
Expand Down

0 comments on commit f18e24c

Please sign in to comment.