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

Method Command

internal/scripting/party_func.go:159–163  ·  view source on GitHub ↗
(cmd string, waitSeconds ...float64)

Source from the content-addressed store, hash-verified

157 })
158}
159func (p ScriptParty) Command(cmd string, waitSeconds ...float64) {
160 p.each(func(a ScriptActor) {
161 a.Command(cmd, waitSeconds...)
162 })
163}
164func (p ScriptParty) TrainSkill(skillName string, skillLevel int) {
165 p.each(func(a ScriptActor) {
166 a.TrainSkill(skillName, skillLevel)

Callers

nothing calls this directly

Calls 1

eachMethod · 0.95

Tested by

no test coverage detected