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 player
The source player.
Player target
The player to check visibility from.
Returns
boolean isGroupVisible
- See method description.