Code format
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
|
||||
---@param name string
|
||||
---@param icon number
|
||||
---@param name string
|
||||
---@param icon number
|
||||
---Saves or creates an equipment set with the player's currently equipped items. If a set with the same name already exists, that set's contents are overwritten. Set names are case sensitive: if a "Fishing" set already exists, saving a "fishing" set will create a new set instead of overwriting the "Fishing" set.
|
||||
function SaveEquipmentSet(name, icon) end
|
||||
function SaveEquipmentSet(name, icon) end
|
||||
|
||||
Reference in New Issue
Block a user