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

Method Reset

internal/scripting/scripting.go:34–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32}
33
34func (t *TextWrapperStyle) Reset() {
35 t.cache = ``
36 t.Fg = ``
37 t.Bg = ``
38 t.ColorPattern = ``
39}
40
41func (t *TextWrapperStyle) Empty() bool {
42 return t.Fg == `` && t.Bg == `` && t.ColorPattern == ``

Callers 9

TrySpellScriptEventFunction · 0.45
TryRoomScriptEventFunction · 0.45
TryRoomTryEnterEventFunction · 0.45
TryRoomTryExitEventFunction · 0.45
TryRoomIdleEventFunction · 0.45
TryRoomCommandFunction · 0.45
TryBuffScriptEventFunction · 0.45
TryPetScriptEventFunction · 0.45
TryPetCommandFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected