Skip to content

Commit

Permalink
Update datatype/_target.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfking committed Sep 15, 2022
1 parent 655c9fe commit 2c72f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datatype/_target.lua
Expand Up @@ -2,7 +2,7 @@
--- @field public Aego cachedbuff|fun(): string Returns the name of the Aego spell if the Target has one
--- @field public AggroHolder spawn|fun(): spawn Returns the target's current target.
--- @field public Beneficial cachedbuff|fun(): string Returns the name of the Beneficial spell if the Target has one. This will skip "player" casted buffs, but will show NPC Casted buffs and some AA buffs.
--- @field public Buff cachedbuff|fun(name: string|integer): cachedbuff Returns the target's spell by buff index number or the first buff if no Index is provided.
--- @field public Buff cachedbuff|fun(name?: string|integer): cachedbuff Returns the target's spell by buff index number or the first buff if no Index is provided.
--- @field public BuffCount fun(): integer Returns the number of buffs on the target.
--- @field public BuffDuration timestamp|fun(val:string|integer): timestamp Returns the duration remaining on this target buff by index number or by spell name
--- @field public BuffsPopulated fun(): boolean Returns TRUE when the target's buffs are finished populating.
Expand Down

0 comments on commit 2c72f83

Please sign in to comment.