MCPcopy 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
897func GetMob(mobInstanceId int) *ScriptActor {
898 return GetActor(0, mobInstanceId)
899}
900
901func ActorNames(actorList []*ScriptActor) string {
902

Callers 1

SpawnMobMethod · 0.85

Calls 1

GetActorFunction · 0.85

Tested by

no test coverage detected