Skip to content

Commit a29043d

Browse files
committed
docs: Clarify function descriptions
1 parent 29ec9bd commit a29043d

File tree

2 files changed

+2
-2
lines changed
  • GeneralsMD/Code/GameEngine/Include/GameLogic
  • Generals/Code/GameEngine/Include/GameLogic

2 files changed

+2
-2
lines changed

Generals/Code/GameEngine/Include/GameLogic/Object.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ class Object : public Thing, public Snapshot
237237
void setCustomIndicatorColor(Color c);
238238
void removeCustomIndicatorColor();
239239

240-
Bool isLogicallyVisible() const; ///< Returns whether the object is logically visible to the player.
240+
Bool isLogicallyVisible() const; ///< Returns whether the object is logically visible to the player, irrespective of shroud.
241241

242242
Bool isLocallyControlled() const;
243243
Bool isLocallyViewed() const;

GeneralsMD/Code/GameEngine/Include/GameLogic/Object.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ class Object : public Thing, public Snapshot
253253
void setCustomIndicatorColor(Color c);
254254
void removeCustomIndicatorColor();
255255

256-
Bool isLogicallyVisible() const; ///< Returns whether the object is logically visible to the player.
256+
Bool isLogicallyVisible() const; ///< Returns whether the object is logically visible to the player, irrespective of shroud.
257257

258258
Bool isLocallyControlled() const;
259259
Bool isLocallyViewed() const;

0 commit comments

Comments
 (0)