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

Function GetUser

internal/scripting/actor_func.go:893–895  ·  view source on GitHub ↗
(userId int)

Source from the content-addressed store, hash-verified

891}
892
893func GetUser(userId int) *ScriptActor {
894 return GetActor(userId, 0)
895}
896
897func GetMob(mobInstanceId int) *ScriptActor {
898 return GetActor(0, mobInstanceId)

Callers 15

TryRoomCommandFunction · 0.85
onAskFunction · 0.85
onGiveFunction · 0.85
onAskFunction · 0.85
onGiveFunction · 0.85
onAskFunction · 0.85
onGiveFunction · 0.85
onAskFunction · 0.85
onGiveFunction · 0.85
onAskFunction · 0.85
onGiveFunction · 0.85
onAskFunction · 0.85

Calls 1

GetActorFunction · 0.85

Tested by

no test coverage detected