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

Method AddMana

internal/scripting/party_func.go:154–158  ·  view source on GitHub ↗
(amt int)

Source from the content-addressed store, hash-verified

152 })
153}
154func (p ScriptParty) AddMana(amt int) {
155 p.each(func(a ScriptActor) {
156 a.AddMana(amt)
157 })
158}
159func (p ScriptParty) Command(cmd string, waitSeconds ...float64) {
160 p.each(func(a ScriptActor) {
161 a.Command(cmd, waitSeconds...)

Callers

nothing calls this directly

Calls 1

eachMethod · 0.95

Tested by

no test coverage detected