[This is preliminary documentation and is subject to change.]

Whether this player can currently see another player as being online. Players can always see themselves. Super players (e.g. Console) can see all. Hidden players can only be seen by those of sufficient rank.

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.2.4 (0.6.2.4)

Syntax

   
 C# 
public bool CanSee(
	Player other
)

Parameters

other
Player

[Missing <param name="other"/> documentation for "M:fCraft.Player.CanSee(fCraft.Player)"]

Return Value

[Missing <returns> documentation for "M:fCraft.Player.CanSee(fCraft.Player)"]

See Also