Updated LibOpenRaid and DetailsFramework
This commit is contained in:
parent
9974a87119
commit
944178f76f
126 changed files with 15502 additions and 15495 deletions
2
API.lua
2
API.lua
|
|
@ -756,7 +756,7 @@ checkTop is for some special cases when the top value needs to be calculated imm
|
|||
nameComplement is a string to add on the end of the actor's name, for instance, in cases where the actor is a spell and its name is generated by the container.
|
||||
returns the current value for the actor.
|
||||
|
||||
container:SetValue (actor, amount, nameComplement)
|
||||
container:SetValue(actor, amount, nameComplement)
|
||||
actor is any actor object or any other table containing a member "name" or "id", e.g. {name = "Jeff"} {id = 186451}
|
||||
amount is the amount to set to this actor on the container.
|
||||
nameComplement is a string to add on the end of the actor's name, for instance, in cases where the actor is a spell and its name is generated by the container.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue