Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
893
func
GetUser(userId int) *ScriptActor {
894
return
GetActor(userId, 0)
895
}
896
897
func
GetMob(mobInstanceId int) *ScriptActor {
898
return
GetActor(0, mobInstanceId)
Callers
15
TryRoomCommand
Function · 0.85
onAsk
Function · 0.85
onGive
Function · 0.85
onAsk
Function · 0.85
onGive
Function · 0.85
onAsk
Function · 0.85
onGive
Function · 0.85
onAsk
Function · 0.85
onGive
Function · 0.85
onAsk
Function · 0.85
onGive
Function · 0.85
onAsk
Function · 0.85
Calls
1
GetActor
Function · 0.85
Tested by
no test coverage detected