chore: various fix-ups from docs clean-up (#363)

- Add in missing js functions
  - getCurrentRadialId
  - requestScaleformMove
- Change up math.tohex to maintain lowercase `0x` prefix
- Add missing fields
- Removed extra whitespaces

Co-authored-by: Luke <39926192+LukeWasTakenn@users.noreply.github.com>
This commit is contained in:
Jag
2023-07-21 04:54:29 -07:00
committed by GitHub
parent 1b8e1f022a
commit 65a799071a
9 changed files with 24 additions and 16 deletions

View File

@@ -8,9 +8,12 @@ local openMenu
---@class MenuOptions
---@field label string
---@field progress? number
---@field colorScheme? string
---@field icon? string | {[1]: IconProp, [2]: string};
---@field checked? boolean
---@field iconColor? string
---@field values? table<string | { label: string, description: string }>
---@field checked? boolean
---@field description? string
---@field defaultIndex? number
---@field args? {[any]: any}