MCPcopy 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
793func (a ScriptActor) getScript() string {
794 if a.mobRecord != nil {
795 return a.mobRecord.GetScript()
796 }
797 return ""
798}
799
800func (a ScriptActor) getScriptTag() string {
801 if a.mobRecord != nil {

Callers

nothing calls this directly

Calls 1

GetScriptMethod · 0.45

Tested by

no test coverage detected