Skip to content

Commit

Permalink
Consolle.opacity and MountItem.Blessing (#68)
Browse files Browse the repository at this point in the history
* - Added spell.BaseName
- Added character.Bandolier()

* - Correct CurrentZone References.
- Light formatting cleanup

* Aliased current zone wrong

* Added:
- Character:Zoning()
- Fellowship.Member(name|index)
- Spell.Inspect()
- Spell.NoExpendReagentId(index)
- Target.PctAggro()
- Window.Select(index)
- Navigation.Velocity()

* added string as valid index type

* added spell extra data

* character debuffs added.

* Added Tash

* Added console.opacity

* added mount blessings.

* added XTargetSlots
  • Loading branch information
DerpleMQ2 authored Jan 10, 2024
1 parent 30a04d8 commit a2656fa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions imgui/imgui_additional.lua
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ function ImGui.HelpMarker(text, width, font) end
---@field public autoScroll boolean
---Sets/Gets the maximum number of lines held in the console buffer.
---@field public maxBufferLines number
---Sets/Gets the the opacity of the console.
---@field public opacity number
ImGui.ConsoleWidget = {}

---Creates a new console widget. `id` is a standard ImGui id and shoudl be unique for
Expand Down
1 change: 1 addition & 0 deletions mq/datatype/_character.lua
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@
---@field public UseAdvancedLooting MQBoolean #TRUE/FALSE if using advanced looting
---@field public WIS MQFloat #Character Wisdom
---@field public Vitality MQFloat #Total amount of Vitality your toon has
---@field public XTargetSlots integer #Total number of XTarget Slots
---@field public ZoneBound zone # Zone that you are bound at.
---@field public ZoneBoundX fun():integer
---@field public ZoneBoundY fun():integer
Expand Down
1 change: 1 addition & 0 deletions mq/datatype/_item.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
---@field public AugType MQFloat #Augment Type
---@field public Avoidance MQFloat #Avoidance
---@field public BuyPrice MQFloat #The cost to buy this item from active merchant
---@field public Blessing string #Name of the blessing this item gives
---@field public CastTime MQFloat Spell effect's cast time (in seconds)
---@field public CHA MQFloat #CHA value on item
---@field public Charges MQFloat #Charges
Expand Down

0 comments on commit a2656fa

Please sign in to comment.