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

Method AddHealth

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

Source from the content-addressed store, hash-verified

147 })
148}
149func (p ScriptParty) AddHealth(amt int) {
150 p.each(func(a ScriptActor) {
151 a.AddHealth(amt)
152 })
153}
154func (p ScriptParty) AddMana(amt int) {
155 p.each(func(a ScriptActor) {
156 a.AddMana(amt)

Callers

nothing calls this directly

Calls 1

eachMethod · 0.95

Tested by

no test coverage detected