Table of Contents

Method Delete

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

Delete(string, bool)

Immediately kicks the player and deletes their character file (.bic).

public Task Delete(string kickMessage, bool preserveBackup = true)

Parameters

kickMessage string

The kick message to show to the player.

preserveBackup bool

If true, instead of being deleted it will be renamed to be hidden from the character list, but remain in the vault directory.

Returns

Task