Table of Contents

Class Horse

Namespace
VAMP.Structs
Assembly
VAMP.dll
public class Horse : Unit
Inheritance
Horse
Inherited Members

Constructors

Horse(int)

public Horse(int team = 10)

Parameters

team int

Fields

acceleration

protected float acceleration

Field Value

float

name

protected string name

Field Value

string

prefabGuid

protected static readonly PrefabGUID prefabGuid

Field Value

PrefabGUID

rotation

protected float rotation

Field Value

float

speed

protected float speed

Field Value

float

Properties

Acceleration

public float Acceleration { get; set; }

Property Value

float

Name

public string Name { get; set; }

Property Value

string

Rotation

public float Rotation { get; set; }

Property Value

float

Speed

public float Speed { get; set; }

Property Value

float

Methods

Modify(Entity, Entity)

public override void Modify(Entity e, Entity buffEntity)

Parameters

e Entity
buffEntity Entity