
Client Exports
This page serves to outline and explain the developer exports offered by Zea Developments' z_boot resource. These exports allow you to further integrate z_boot into your server!
Last updated
This page serves to outline and explain the developer exports offered by Zea Developments' z_boot resource. These exports allow you to further integrate z_boot into your server!
Last updated
This client-side export is intended to enable external interaction for opening the vehicle's boot. It returns a boolean value of true or false, indicating the success of the operation. Please note that this export requires the vehicle's entity handle to be provided as input.
This client-side export is intended to enable external interaction for closing the vehicle's boot. It returns a boolean value of true or false, indicating the success of the operation. Please note that this export requires the vehicle's entity handle to be provided as input.
This client-side export is designed to enable developers to access vehicle boot data for manipulation and validation. The export will return a table and an integer upon success; otherwise, it will return nil.
This client-side export is designed to enable developers to access vehicle safe data for manipulation and validation. The export will return a table and an integer upon success; otherwise, it will return nil.
This client-side export is intended to allow developers to update the vehicle inventory data store externally from the built-in interaction system. It will return a boolean value indicating whether the operation was successful or not.
This client-side export is intended to allow developers to update the vehicle safe data store externally from the built-in interaction system. It will return a boolean value indicating whether the operation was successful or not.