lovr.filesystem.setIdentity

Edit

Set 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

NameTypeDescription
identitystring The name of the save directory.

Returns

Nothing

See also