Romestead Assembly Reference

Shared.Entity.Aggro.CircularAggroField

Type JSON

public class in Shared.Entity.Aggro

Methods3
Properties0
Fields4
Events0
Type metadata
  • AssemblyShared
  • NamespaceShared.Entity.Aggro
  • Base typeSystem.Object
  • InterfacesShared.Entity.Aggro.IAggroField
  • Hash29653CCC82ACE3C71B10C6CE95EC8CB54B8CAEF5E12A40F0F8DD5C28F60F91CE

Relationships

Base type

System.Object

Fields

NameVisibilitySignature
ChainRadiusSquarepublicpublic System.Single ChainRadiusSquare
LossRadiusSquarepublicpublic System.Single LossRadiusSquare
Radiuspublicpublic System.Single Radius
RadiusSquarepublicpublic System.Single RadiusSquare

Methods

CheckIfLostTarget

public System.Boolean CheckIfLostTarget(Microsoft.Xna.Framework.Vector2 position, Microsoft.Xna.Framework.Vector2 targetPosition)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Boolean
  • StaticFalse
  • VirtualTrue
  • Hash88A00B98360B5BC835FF099870FF2C527803AF266F4E423955E6828E3CD0596B
  • Body hash2200B1CB36086143241774F8048CFE1CFDD95F3095824545881D260A760EE541
  • IL size27
Referenced calls
  • Microsoft.Xna.Framework.Vector2::op_Subtraction(Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2)
  • Microsoft.Xna.Framework.Vector2::LengthSquared()
Called by

CheckIfTriggerDistance

public System.Boolean CheckIfTriggerDistance(Microsoft.Xna.Framework.Vector2 position, Microsoft.Xna.Framework.Vector2 targetPosition)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Boolean
  • StaticFalse
  • VirtualTrue
  • Hash3BCC01C48D061DA028A906E961A5FF5CBF7D40B1681570495F6CA439776B7C63
  • Body hash6AEEA5D4669A2D69882500F4E174CC37F2EACC9AE4A567E1FA2CC56D3BA2D319
  • IL size27
Referenced calls
  • Microsoft.Xna.Framework.Vector2::op_Subtraction(Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2)
  • Microsoft.Xna.Framework.Vector2::LengthSquared()

GetTriggeringEntities

public System.Void GetTriggeringEntities(Shared.Entity.EntityWrapper owner, System.Collections.Generic.List<Shared.Entity.EntityWrapper> resultList)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • HashD0B90BDFF6EE378B123FC6F56B400BE955E5468999569233DE0A827C73A992AD
  • Body hash0DC5BBA3CD4B731A20DE8ACDBCD0916443368A8283B7D19004E7F7C2150AA24C
  • IL size283
Referenced calls