[This is preliminary documentation and is subject to change.]
Advanced kick command.
Namespace: fCraftAssembly: fCraft (in fCraft.dll) Version: 0.6.3.0 (0.6.3.0)
Syntax
| C# |
Parameters
- player
- Player
Player who is kicking.
- reason
- String
Reason for kicking. May be null or blank if allowed by server configuration.
- context
- LeaveReason
Classification of kick context.
- announce
- Boolean
Whether the kick should be announced publicly on the server and IRC.
- raiseEvents
- Boolean
Whether Player.BeingKicked and Player.Kicked events should be raised.
- recordToPlayerDB
- Boolean
Whether the kick should be counted towards player's record.