return { tag = 'filesystem-virtual', summary = 'Get the name of the save directory.', description = [[ Returns the identity of the game, which is used as the name of the save directory. The default is `default`. It can be changed using `t.identity` in `lovr.conf`. ]], arguments = {}, returns = { identity = { type = 'string', description = 'The name of the save directory, or `nil` if it isn\'t set.' } }, variants = { { arguments = {}, returns = { 'identity' } } }, notes = [[ On Android, this is always the package id (like `org.lovr.app`). ]] }