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

Method SendText

internal/scripting/party_func.go:123–127  ·  view source on GitHub ↗

What follows are many functions graduated from the actor level to the party level

(msg string)

Source from the content-addressed store, hash-verified

121//
122
123func (p ScriptParty) SendText(msg string) {
124 p.each(func(a ScriptActor) {
125 a.SendText(msg)
126 })
127}
128
129func (p ScriptParty) SetResetRoomId(roomId int) {
130 p.each(func(a ScriptActor) {

Callers

nothing calls this directly

Calls 1

eachMethod · 0.95

Tested by

no test coverage detected