Jump to content

NVRAM

From Advanced Computers Wiki

The Non-volatile RAM is accessible is accessible via the Computer component's nvram property, though this is only available on Mainboard tiers 2 and higher.

The Nvram effectively acts as a Lua table that is automatically saved, but keys are limited to strings, and values may only be set to primitives being (number, string, boolean and nil). Nil is not technically storable in this object as that is used to delete the key from the table.

In the future the Nvram size will be limited, though this limit is not currently implemented.