Functions
Information regarding boii_base server inventory functions
Locals
Local functions are assigned to the boii object you can access this object by adding the export below into your server side files.
add_drop_inventory(drop_inventory_data)
Function to add a new drop inventory entry to all clients
remove_drop_entry(drop_id)
Function to remove a drop inventory entry from all clients
get_drop_inventories()
Function to return drop inventories table
get_drop_inventory(drop_id)
Function to get a specific drop inventory by ID
Last updated