Attention

This page is incomplete and needs better descriptions and research into the behavior of the variables.

PlayerMetadata

Metadata about the player’s activities in game such as play time and supply crates destroyed.

Variables

Salvage (int)
The players current salvage amount. Useable to buy weapon upgrades at the upgrade table.
MiningCount (int)
The amount of ore deposits the player has mined.
SupplyCrateCount (int)
The amount of supply crates the player has destroyed.
DistrictHash (unsigned int)
The hash for the current world district the player is in.
DistrictTime (int)
The time in the players current district.
Upgrades[128] (UpgradeItem)
An array of upgrades and their states. Each individual value may be nil, so be sure to check them before accessing them.
PlayTime (int)
The players play time.
LastDeathTime (int)
The players last death time.