Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoMudEngine/GoMud
/ getScriptTag
Method
getScriptTag
internal/scripting/actor_func.go:800–805 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
798
}
799
800
func
(a ScriptActor) getScriptTag() string {
801
if
a.mobRecord != nil {
802
return
a.mobRecord.ScriptTag
803
}
804
return
""
805
}
806
807
func
(a ScriptActor) ShorthandId() string {
808
Callers
1
getMobVM
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected