Loading function...

Please make sure JavaScript is enabled. Otherwise you will be unable to see the function documentation.

Serialize all of the values given into a single string that can be unpacked using UnpackData. If you only want to pack a single table, consider using PackTable.

Only the following values are allowed to be serialized: boolean, number, string, table, and light userdata. Do not use any tables that refer back to themselves.

Arguments

Results

Versions

DSL7 light userdata is supported, which lets you serialize hashes returned by ObjectNameToHashID.

Unpacks values previously packed using PackData.

Arguments

Results

Versions

DSL7 light userdata is supported, which lets you serialize hashes returned by ObjectNameToHashID.

Serialize the table into a single string that can be unpacked using UnpackTable. This is a lower level version of the PackData function.

Only the following values are allowed to be serialized: boolean, number, string, table, and light userdata. Do not use any tables that refer back to themselves.

Arguments

Results

Versions

DSL7 light userdata is supported, which lets you serialize hashes returned by ObjectNameToHashID.

Unpacks a table previously packed using PackTable.

Arguments

Results

Versions

DSL7 light userdata is supported, which lets you serialize hashes returned by ObjectNameToHashID.