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", "inside"). If omitted, returns a table with all player data.GetTableData
Retrieves table data for a given table ID.- Client
- Server
The table ID you want to retrieve data for.
GetWarehouseData
Retrieves warehouse data for a given warehouse ID.- Client
- Server
The warehouse ID you want to retrieve data for.
IsWarehouseOwner
Returnstrue or false if the player is the owner of the warehouse.
- Client
- Server
The warehouse ID you want to check the player is an owner of.
IsAuthorizedUser
Returnstrue or false if the player is an authorized user of the warehouse.
- Client
- Server
The warehouse 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!
