lovr.filesystem.setIdentity
EditSet the name of the save directory. This function can only be called once and is called automatically at startup, so this function normally isn't called manually. However, the identity can be changed by setting the t.identity
option in lovr.conf
.
lovr.filesystem.setIdentity(identity)
Arguments
Name | Type | Description |
identity | string | The name of the save directory. |
Returns
Nothing