Updated LibOpenRaid and DetailsFramework
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user