[This is preliminary documentation and is subject to change.]
Prints a comma-separated list of matches (up to 30): "More than one ___ matched: ___, ___, ..."
Namespace: fCraftAssembly: fCraft (in fCraft.dll) Version: 0.6.3.1 (0.6.3.1)
Syntax
| C# |
public void MessageManyMatches( string itemType, IEnumerable<IClassy> items )
Parameters
- itemType
- String
Type of item in the list. Should be singular (e.g. "player" or "world").
- items
- IEnumerable<(Of <(<'IClassy>)>)>
List of zero or more matches. ClassyName properties are used in the list.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | If itemType or items is null. |