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

Method SendTextToExits

internal/scripting/room_func.go:465–470  ·  view source on GitHub ↗
(msg string, isQuiet bool, excludeUserIds ...int)

Source from the content-addressed store, hash-verified

463}
464
465func (r ScriptRoom) SendTextToExits(msg string, isQuiet bool, excludeUserIds ...int) {
466
467 msg = roomTextWrap.Wrap(msg)
468
469 r.roomRecord.SendTextToExits(msg, isQuiet, excludeUserIds...)
470}
471
472func (r ScriptRoom) RepeatSpawnItem(itemId int, roundFrequency int, containerName ...string) bool {
473 return r.roomRecord.RepeatSpawnItem(itemId, roundFrequency, containerName...)

Callers 1

SendRoomExitsMessageFunction · 0.45

Calls 1

WrapMethod · 0.80

Tested by

no test coverage detected