Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoMudEngine/GoMud
/ SendBroadcast
Function
SendBroadcast
internal/scripting/messaging_func.go:61–67 ·
view source on GitHub ↗
(message string)
Source
from the content-addressed store, hash-verified
59
}
60
61
func
SendBroadcast(message string) {
62
63
message = roomTextWrap.Wrap(message)
64
65
events.AddToQueue(events.Broadcast{Text: message +
"\n"
})
66
67
}
Callers
nothing calls this directly
Calls
2
AddToQueue
Function · 0.92
Wrap
Method · 0.80
Tested by
no test coverage detected