getPlayerData
Retrieves player data. Optionally, you can pass a string to get a specific piece of data.- Client
- Server
The specific player data field you want to retrieve (e.g.,
"level", "exp", "gas_inputs"). If omitted, returns a table with all player data.getPlantData
Retrieves plant data for a given plant ID.- Client
- Server
The plant ID you want to retrieve data for.
getTableData
Retrieves table data for a given table ID.- Client
- Server
The table ID you want to retrieve data for.
getLabData
Retrieves lab data for a given lab ID.- Client
- Server
The lab ID you want to retrieve data for.
getAllLabs
Retrieves all labs data.- Client
- Server
getUserPermissions
Returns a table containingtrue or false for each permission the user has in a specific lab.
- Client
- Server
The lab ID you want to retrieve permissions for.
isLabAvailable
Returnstrue or false if the lab is available for sale.
- Client
- Server
The lab ID you want to check is available.
isOwner
Returnstrue or false if the player is the owner of the lab.
- Client
- Server
The lab ID you want to check the player is an owner of.
isAuthUser
Returnstrue or false if the player is an authorized user of the lab.
- Client
- Server
The lab ID you want to check the player is an authorized user of.
Looking for an export we don’t have listed here? Contact us and we’ll do what we can!
