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

Method UnblockInput

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

Source from the content-addressed store, hash-verified

346}
347
348func (u *UserRecord) UnblockInput() {
349 u.inputBlocked = false
350}
351
352func (u *UserRecord) InputBlocked() bool {
353 return u.inputBlocked

Callers 1

HandleInputEventsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected