mirror of
https://github.com/bryanthaboi/gen1recomp.git
synced 2026-08-21 05:00:43 +02:00
feat: expose storage engine compatibility context
This commit is contained in:
@@ -51,10 +51,11 @@ honors injected test filesystems; it is not exposed on the mod object.
|
||||
Returns:
|
||||
|
||||
```lua
|
||||
{ gameVersion = "red", playthroughId = "..." }
|
||||
{ engineVersion = "0.9.0", gameVersion = "red", playthroughId = "..." }
|
||||
```
|
||||
|
||||
or `nil, code, message`. It intentionally omits launcher slot ids and paths.
|
||||
or `nil, code, message`. `engineVersion` is warning-grade compatibility metadata;
|
||||
the context intentionally omits launcher slot ids and paths.
|
||||
|
||||
### `mod.storage:write(game, key, value)`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user