Romestead Assembly Reference

CandideServer.Entities.Modules.LineOfSightCheckingCircularAggroField

Type JSON

public class in CandideServer.Entities.Modules

Methods3
Properties0
Fields4
Events0
Type metadata
  • AssemblyCandideServer
  • NamespaceCandideServer.Entities.Modules
  • Base typeSystem.Object
  • InterfacesShared.Entity.Aggro.IAggroField
  • Hash146B1BD625247445EEBD955A38BDE025471A14BE43F32C4EF0975FA4694A6893

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
  • HashD7EFFEE1E98112A183429FAF138099A55B98590AC8E842534218781F893744CF
  • Body hashCF3D4A1A01348D88864F32F2590CD2A84C7769954C0144389B3C48859FAD9F07
  • 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
  • HashF5B3952BDDDBD82F0159369FA5C79218BC802156FEB17B02E3BA2C3C066E040E
  • Body hashAB8E9FD71FC5AA204C09820F7839186B3EEBE20BE73C5E978F4AFC9710887A64
  • 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
  • HashB47D2D33E8EFFDC68450FDDF9CD906624F9DFC7FC77D926EEC67D8E01E4D095C
  • Body hash492B73E0A54D022ECDDAFF569D476731C1622CE69624408DFF16559E550CB0F6
  • IL size386
Referenced calls