Romestead Assembly Reference

Shared.Helpers.HitPositionHelper

Type JSON

public class in Shared.Helpers

Methods1
Properties0
Fields0
Events0
Type metadata
  • AssemblyShared
  • NamespaceShared.Helpers
  • Base typeSystem.Object
  • HashB191B3F7A38834A2CA94A5B9726184B903DF9725F5D1518B1D4AEF4B101728B1

Relationships

Base type

System.Object

Methods

GetHitPosition

public Microsoft.Xna.Framework.Vector3 GetHitPosition(Shared.Entity.EntityWrapper victim, Shared.Combat.DamageInfo damageInfo)

Method metadata
  • Visibilitypublic
  • Return typeMicrosoft.Xna.Framework.Vector3
  • StaticTrue
  • VirtualFalse
  • HashF8504CCA725796627CF1EA23F86658B4388B28D471D6D2E9F6EBF16413A522DE
  • Body hash7BB39C11B621B7B3D2F2F59F82D2A0D7C4F8D7944F197BCD0C1C752650BEA52B
  • IL size131
Referenced calls
  • Shared.Entity.EntityWrapper::get_Mask()
  • Shared.Entity.Components.ComponentExtension::HasFlags(Shared.Entity.Components.Component, Shared.Entity.Components.Component)
  • Shared.Entity.EntityWrapper::get_Shape()
  • System.MathF::Min(System.Single, System.Single)
  • System.Nullable<Microsoft.Xna.Framework.Vector3>::get_HasValue()
  • System.Nullable<Microsoft.Xna.Framework.Vector3>::GetValueOrDefault()
  • Microsoft.Xna.Framework.Vector3::.ctor(System.Single, System.Single, System.Single)
  • Microsoft.Xna.Framework.Vector3::op_Addition(Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Vector3)
  • Shared.Entity.EntityWrapper::get_Position()
Called by