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

Method HasLock

internal/scripting/room_func.go:180–185  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

178}
179
180func (c ScriptContainer) HasLock() bool {
181 if container, ok := c.roomRecord.Containers[c.name]; ok {
182 return container.HasLock()
183 }
184 return false
185}
186
187func (c ScriptContainer) Lock() {
188 if container, ok := c.roomRecord.Containers[c.name]; ok {

Callers 4

GetExitsMethod · 0.45
IsLockedMethod · 0.45
SetLockedMethod · 0.45
GetAutoCompleteFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected