Skip to content

Commit

Permalink
Add Instance member to character (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
projecteon authored Mar 30, 2024
1 parent 80017dd commit ebf04da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mq/datatype/_character.lua
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
---@field public Hunger MQFloat #Hunger level
---@field public ID MQFloat #Spawn ID
---@field public InInstance MQBoolean #Returns TRUE/FALSE if you are in an instance.
---@field public Instance MQInt #Returns the instance ID if you are in one, else 0.
---@field public INT MQFloat #Character Intelligence
---@field public Invulnerable MQString #Returns the invulnerable spell name on you, can be used with spell data type ex. ${Me.Invulnerable.Spell.ID}
---@field public LADelegateMA MQFloat #Level of Delegate MA of the current group leader (not your own ability level)
Expand Down

0 comments on commit ebf04da

Please sign in to comment.