Show / Hide Table of Contents

Class MovementHackDetector.Waypoint

Stores waypoint info for hack detection.

Inheritance
System.Object
MovementHackDetector.Waypoint
Namespace: Eco.Gameplay.Players
Assembly: Eco.Gameplay.dll
Syntax
public sealed class Waypoint : ValueType

Properties

Position

Declaration
public Vector3 Position { get; set; }
Property Value
Type Description
System.Numerics.Vector3

Time

Declaration
public double Time { get; set; }
Property Value
Type Description
System.Double

Velocity

Declaration
public float Velocity { get; set; }
Property Value
Type Description
System.Single

Extension Methods

TagUtils.TagNames(Object, Boolean)
TagUtils.TagDisplayNames(Object, Boolean)
ClientSetViewExtensions.SetClassOfProperty(Object, Player, String, String, Int32)
TypeTooltipExtensions.UILinkGeneric(Object)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾