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

Method SendText

internal/scripting/room_func.go:458–463  ·  view source on GitHub ↗
(msg string, excludeIds ...int)

Source from the content-addressed store, hash-verified

456}
457
458func (r ScriptRoom) SendText(msg string, excludeIds ...int) {
459
460 msg = roomTextWrap.Wrap(msg)
461
462 r.roomRecord.SendText(msg, excludeIds...)
463}
464
465func (r ScriptRoom) SendTextToExits(msg string, isQuiet bool, excludeUserIds ...int) {
466

Callers 3

TrySpellScriptEventFunction · 0.45
SendUserMessageFunction · 0.45
SendRoomMessageFunction · 0.45

Calls 1

WrapMethod · 0.80

Tested by

no test coverage detected