Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
149
func
(p ScriptParty) AddHealth(amt int) {
150
p.each(
func
(a ScriptActor) {
151
a.AddHealth(amt)
152
})
153
}
154
func
(p ScriptParty) AddMana(amt int) {
155
p.each(
func
(a ScriptActor) {
156
a.AddMana(amt)
Callers
nothing calls this directly
Calls
1
each
Method · 0.95
Tested by
no test coverage detected