Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoMudEngine/GoMud
/ GiveQuest
Method
GiveQuest
internal/scripting/party_func.go:138–142 ·
view source on GitHub ↗
(questId string)
Source
from the content-addressed store, hash-verified
136
}
137
138
func
(p ScriptParty) GiveQuest(questId string) {
139
p.each(
func
(a ScriptActor) {
140
a.GiveQuest(questId)
141
})
142
}
143
144
func
(p ScriptParty) AddGold(amt int, bankAmt ...int) {
145
p.each(
func
(a ScriptActor) {
Callers
nothing calls this directly
Calls
1
each
Method · 0.95
Tested by
no test coverage detected