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

Method ClearPrompt

internal/users/userrecord.go:621–623  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

619}
620
621func (u *UserRecord) ClearPrompt() {
622 u.activePrompt = nil
623}
624
625func (u *UserRecord) GetOnlineInfo() OnlineInfo {
626 c := configs.GetTimingConfig()

Callers 15

processInputMethod · 0.80
characterCommandMethod · 0.80
mudmailCommandMethod · 0.80
auctionCommandMethod · 0.80
server_ConfigFunction · 0.80
spell_CreateFunction · 0.80
StartFunction · 0.80
PicklockFunction · 0.80
StatusFunction · 0.80
item_CreateFunction · 0.80
zone_EditFunction · 0.80
PasswordFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected