[This is preliminary documentation and is subject to change.]
Checks whether a command name is acceptable.
Constraints are similar to Player.IsValidName, except for minimum length.
Namespace: fCraftAssembly: fCraft (in fCraft.dll) Version: 0.6.3.0 (0.6.3.0)
Syntax
Parameters
- name
- String
Command name to check.
Return Value
True if the name is valid.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | If name is null. |