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

Finds player by exact name.

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

Syntax

   
 C# 
[CanBeNullAttribute]
public static PlayerInfo FindPlayerInfoExact(
	string fullName
)

Parameters

fullName
String
Full, case-insensitive name of the player.

Return Value

PlayerInfo object if the player was found. Null if not found.

See Also