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

Gets player by name (without autocompletion)

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

Syntax

   
 C# 
public Player FindPlayerExact(
	string playerName
)

Parameters

playerName
String

[Missing <param name="playerName"/> documentation for "M:fCraft.World.FindPlayerExact(System.String)"]

Return Value

[Missing <returns> documentation for "M:fCraft.World.FindPlayerExact(System.String)"]

See Also