File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
GeneralsMD/Code/GameEngine/Include/GameLogic
Generals/Code/GameEngine/Include/GameLogic Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments