Functions

Information regarding boii_base multicharacter functions

Locals

Local functions are assigned to the boii object you can access this object by adding the export below into your client side files.

local boii = exports['boii_base']:get_object()
boii.setup_character_create = setup_character_create
boii.update_clothing_values = update_clothing_values
boii.set_time = set_time
boii.get_clothing_and_prop_values = get_clothing_and_prop_values

setup_character_create()

The function used to setup the character creation UI or to return to it.

update_clothing_values()

This function handles updating the clothing values of the sliders whilst customising characters.

set_time(hours, minutes, seconds)

This function allows for changing the time within the scene creator.

get_clothing_and_prop_values()

This function gets the clothing and prop max values to setup the clothing sliders.

Last updated