Jump to content

NVRAM

From Advanced Computers Wiki
Revision as of 22:33, 1 August 2026 by GHXX (talk | contribs) (Created page with " The ''Non-volatile RAM'' is accessible is accessible via the Computer component's <code>nvram</code> 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 th...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.