📋 switcore.characters.sections.overview.title
switcore.characters.sections.overview.description
⚡ switcore.characters.sections.features.title
⚙️ switcore.characters.sections.config.title
switcore.characters.sections.config.description
Config = {}
Config.MaxCharacters = 5 -- Maximum characters per player
Config.EnableCharacterDeletion = true -- Allow character deletion
Config.RequireConfirmationForDeletion = true -- Require confirmation before deletion
Config.CharacterCacheEnabled = true -- Enable character caching for performance💻 switcore.characters.sections.usage.title
switcore.characters.sections.usage.description
📚 switcore.characters.sections.api.title
switcore.characters.sections.api.description
switcore.characters.sections.api.exports.title
switcore.characters.sections.api.exports.getPlayerCharacters.name
switcore.characters.sections.api.exports.getPlayerCharacters.description
exports['switcore:characters']:getPlayerCharacters(source)switcore.characters.sections.api.exports.getCharacter.name
switcore.characters.sections.api.exports.getCharacter.description
exports['switcore:characters']:getCharacter(source, characterId)switcore.characters.sections.api.exports.createCharacter.name
switcore.characters.sections.api.exports.createCharacter.description
exports['switcore:characters']:createCharacter(source, characterData)switcore.characters.sections.api.exports.deleteCharacter.name
switcore.characters.sections.api.exports.deleteCharacter.description
exports['switcore:characters']:deleteCharacter(source, characterId)switcore.characters.sections.api.events.title
switcore.characters.sections.api.events.characterSelected.name
switcore.characters.sections.api.events.characterSelected.description
switcore:characters:selectedswitcore.characters.sections.api.events.characterCreated.name
switcore.characters.sections.api.events.characterCreated.description
switcore:characters:createdswitcore.characters.sections.api.events.characterDeleted.name
switcore.characters.sections.api.events.characterDeleted.description
switcore:characters:deleted