MCPcopy 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
61func 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

AddToQueueFunction · 0.92
WrapMethod · 0.80

Tested by

no test coverage detected