There is a need for command that will check if profile namespace vars file is writable because some players set it to read-only to prevent mission that depend on saving to profile namespace from saving or updating mission-critical variables.
Description
Description
Details
Details
- Legacy ID
- 3350617269
- Severity
- None
- Resolution
- Open
- Reproducibility
- N/A
- Category
- Feature Request
Additional Information
Suggested syntax:
isProfileNamespaceWritable
returns bool
Alternatively and more preferably make saveProfileNamespace return boolean on whenever saving was successful.
Event Timeline
Comment Actions
You can do a check by yourself, write one then read to know if it is writable I suppose, not a huge workaround
EDIT: On second thought, this will require game restart as values are read from memory after assignment. At the moment saveProfileNamespace returns nothing, but making it return boolean (true) on successful file operation would probably be the easiest solution.
so +1