Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoMudEngine/GoMud
/ getScript
Method
getScript
internal/scripting/actor_func.go:793–798 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
791
}
792
793
func
(a ScriptActor) getScript() string {
794
if
a.mobRecord != nil {
795
return
a.mobRecord.GetScript()
796
}
797
return
""
798
}
799
800
func
(a ScriptActor) getScriptTag() string {
801
if
a.mobRecord != nil {
Callers
nothing calls this directly
Calls
1
GetScript
Method · 0.45
Tested by
no test coverage detected