GetClaimedBuffClasses
The buff classes the server has claimed.
A claimed class is one the server takes over: every client undoes the game’s own application of any buff of that class
unless the server gave it. [combat] claimed_buffs sets the list at startup; ClaimBuffClasses changes it.
Syntax
Section titled “Syntax”GetClaimedBuffClasses()Returns
Section titled “Returns”table - a list of class names ("Potion", "Poison" …); {} when nothing is claimed
Example
Section titled “Example”Log("claimed:", table.concat(GetClaimedBuffClasses(), ", "))See also
Section titled “See also”ClaimBuffClasses · the Buffs and the drink group of the index
