MCPcopy 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
800func (a ScriptActor) getScriptTag() string {
801 if a.mobRecord != nil {
802 return a.mobRecord.ScriptTag
803 }
804 return ""
805}
806
807func (a ScriptActor) ShorthandId() string {
808

Callers 1

getMobVMFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected