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

Method UserId

internal/scripting/actor_func.go:36–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34}
35
36func (a ScriptActor) UserId() int {
37 return a.userId
38}
39
40func (a ScriptActor) InstanceId() int {
41 return a.mobInstanceId

Callers 15

GiveQuestMethod · 0.95
onCommand_rollFunction · 0.80
onCommand_flipFunction · 0.80
onCommand_rollFunction · 0.80
onCommand_shakeFunction · 0.80
onCommand_spinFunction · 0.80
onCommand_shuffleFunction · 0.80
onCommand_drawFunction · 0.80
onCommand_shuffleFunction · 0.80
onCommand_drawFunction · 0.80
onCommand_dealFunction · 0.80
IsAggroMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected