Method Player:IsGroupVisibleFor [-] [+]
Returns true if the Player is in the same group and visible to the specified Player, false otherwise.
Synopsis
isGroupVisible = Player:IsGroupVisibleFor( player, target )
Arguments
Player playerThe source player.
Player targetThe player to check visibility from.
Returns
boolean isGroupVisible- See method description.