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

Function ClearMobVMs

internal/scripting/mob.go:18–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16)
17
18func ClearMobVMs() {
19 clear(mobVMCache)
20}
21
22// PruneMobVMs is intentionally a no-op. Mob VMs are keyed by mob type ID and
23// script tag, not by instance ID, so there is no per-instance lifecycle to

Callers 1

PruneVMsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected