nanos world API Reference Unofficial documentation
Static function Shared Slow

Package.GetPersistentData

Gets a Persistent Value from the disk<br/>Pass no parameter to return the whole table, or a key to get a specific value

Syntax

Lua
Package.GetPersistentData(key = "")

Parameters

Name Type Default Description
key optional string "" The key to get the data

Returns

  • table Persistent values from disk