User

Client functions that are in some way related to the user aspects.

-- Description: Get current character "character_?" value used.
local character_table = Wosa.User.CharacterDB()
-- Description: Get current character "inventory_?" value used.
local inventory_table = Wosa.User.InventoryDB()
-- Description: Will overwrite the current state for "if current coords can be saved for activated character".
Wosa.User.CoordsSaver(save --[[ bool ]])

Last updated

Was this helpful?