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

Method TrainSkill

internal/scripting/party_func.go:164–168  ·  view source on GitHub ↗
(skillName string, skillLevel int)

Source from the content-addressed store, hash-verified

162 })
163}
164func (p ScriptParty) TrainSkill(skillName string, skillLevel int) {
165 p.each(func(a ScriptActor) {
166 a.TrainSkill(skillName, skillLevel)
167 })
168}
169func (p ScriptParty) MoveRoom(destRoomId int) {
170 p.each(func(a ScriptActor) {
171 a.MoveRoom(destRoomId)

Callers

nothing calls this directly

Calls 1

eachMethod · 0.95

Tested by

no test coverage detected