MCPcopy Create free account
hub / github.com/GoMudEngine/GoMud / GiveBuff

Method GiveBuff

internal/scripting/party_func.go:180–184  ·  view source on GitHub ↗
(buffId int, source string)

Source from the content-addressed store, hash-verified

178}
179
180func (p ScriptParty) GiveBuff(buffId int, source string) {
181 p.each(func(a ScriptActor) {
182 a.GiveBuff(buffId, source)
183 })
184}
185func (p ScriptParty) CancelBuffWithFlag(buffFlag string) {
186 p.each(func(a ScriptActor) {
187 a.CancelBuffWithFlag(buffFlag)

Callers

nothing calls this directly

Calls 1

eachMethod · 0.95

Tested by

no test coverage detected