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

Method IsAggro

internal/scripting/actor_func.go:601–603  ·  view source on GitHub ↗
(actor ScriptActor)

Source from the content-addressed store, hash-verified

599}
600
601func (a ScriptActor) IsAggro(actor ScriptActor) bool {
602 return a.characterRecord.IsAggro(actor.UserId(), actor.InstanceId())
603}
604
605func (a ScriptActor) GetMobKills(mobId int) int {
606 return a.characterRecord.KD.GetMobKills(mobId)

Callers

nothing calls this directly

Calls 2

UserIdMethod · 0.80
InstanceIdMethod · 0.80

Tested by

no test coverage detected