Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoMudEngine/GoMud
/ GetMob
Function
GetMob
internal/scripting/actor_func.go:897–899 ·
view source on GitHub ↗
(mobInstanceId int)
Source
from the content-addressed store, hash-verified
895
}
896
897
func
GetMob(mobInstanceId int) *ScriptActor {
898
return
GetActor(0, mobInstanceId)
899
}
900
901
func
ActorNames(actorList []*ScriptActor) string {
902
Callers
1
SpawnMob
Method · 0.85
Calls
1
GetActor
Function · 0.85
Tested by
no test coverage detected