[Missing <summary> documentation for "M:BaseLib.Global.ChannelManager.CanSeeChannel(System.String,BaseLib.Global.Channel)"]

Namespace: BaseLib.Global
Assembly: BaseLib (in BaseLib.dll) Version: 0.5.0.0

Syntax

C#
public bool CanSeeChannel(
	string charName,
	Channel channel
)

Parameters

charName
Type: System..::..String

[Missing <param name="charName"/> documentation for "M:BaseLib.Global.ChannelManager.CanSeeChannel(System.String,BaseLib.Global.Channel)"]

channel
Type: BaseLib.Global..::..Channel

[Missing <param name="channel"/> documentation for "M:BaseLib.Global.ChannelManager.CanSeeChannel(System.String,BaseLib.Global.Channel)"]

Return Value

[Missing <returns> documentation for "M:BaseLib.Global.ChannelManager.CanSeeChannel(System.String,BaseLib.Global.Channel)"]

See Also