The "GetBoxDetailsByID" event is used to get the box details like the name or a picture of Box by a box ID who can be retrieve on "GetAllBoxDetails" .
To get the box details , you can use the “GetBoxDetailsByID” interface with the following inputs:
- ‘Target’ = The “PlayerCode” reference from the “Get player” function
- ‘BoxID’ = Here you can enter the Box ID to get box data details, useful if you want to retrieve an Box's name, image, or other information using a "BREAK" function. (If you don't know the Box IDs, use the "GetAllBoxDetails function", which returns the Box IDs.)
and the function returns the following parameters:
- ‘Found?’ = Checked if the Box ID is valid
- ‘Details’ = A structure which gives access to the variables of the game (via the "break" function) allowing to know the information of the data table on the box.
