Skip to main content

CharacterDelete

Callable

  • CharacterDelete(C: Character, ClearCache?: boolean): void

  • Deletes a character from the cached list of characters


    Parameters

    • C: Character

      The character to remove from the character cache

    • ClearCache: boolean = true

      If we must clear the CSV cache or not (default to true)

    Returns void

    • Nothing