[This is preliminary documentation and is subject to change.]
Find player by name using autocompletion.
Returns null and prints message if none or multiple players matched.
Raises Player.SearchingForPlayer event, which may modify search results.
Namespace: fCraftAssembly: fCraft (in fCraft.dll) Version: 0.6.3.2 (0.6.3.2)
Syntax
| C# |
Parameters
- player
- Player
Player who initiated the search. This is where messages are sent.
- name
- String
Full or partial name of the search target.
- includeHidden
- Boolean
Whether to include hidden players in the search.
- raiseEvent
- Boolean
Whether to raise Server.SearchingForPlayer event.