Show / Hide Table of Contents

Class RVelocityListener

Inheritance
System.Object
RVelocityListener
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: FlatPMSDK
Assembly: FlatPMSDK.dll
Syntax
public class RVelocityListener

Constructors

RVelocityListener(Int32)

Declaration
public RVelocityListener(int ent)
Parameters
Type Name Description
System.Int32 ent

Fields

Instance

Declaration
public static RVelocityListener Instance
Field Value
Type Description
RVelocityListener

IsActive

Declaration
public bool IsActive
Field Value
Type Description
System.Boolean

timebtw

Declaration
public int timebtw
Field Value
Type Description
System.Int32

Properties

LastTick

Declaration
public DateTime LastTick { get; }
Property Value
Type Description
System.DateTime

UniqueId

Declaration
public int UniqueId { get; }
Property Value
Type Description
System.Int32

Velocity

Declaration
public Vector3 Velocity { get; }
Property Value
Type Description
Vector3

Methods

AddListener(Int32)

Declaration
public static RVelocityListener AddListener(int entity)
Parameters
Type Name Description
System.Int32 entity
Returns
Type Description
RVelocityListener

Start()

Declaration
public void Start()

Stop()

Declaration
public void Stop()

UpdateListener()

Declaration
public static void UpdateListener()
Back to top Generated by DocFX