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

Method MoveRoom

internal/scripting/party_func.go:169–173  ·  view source on GitHub ↗
(destRoomId int)

Source from the content-addressed store, hash-verified

167 })
168}
169func (p ScriptParty) MoveRoom(destRoomId int) {
170 p.each(func(a ScriptActor) {
171 a.MoveRoom(destRoomId)
172 })
173}
174func (p ScriptParty) AddEventLog(category string, message string) {
175 p.each(func(a ScriptActor) {
176 a.AddEventLog(category, message)

Callers

nothing calls this directly

Calls 1

eachMethod · 0.95

Tested by

no test coverage detected