Class Vulture.VultureThruster
- Namespace
- Global
- Assembly
- Assembly-CSharp.dll
public class Vulture.VultureThruster
- Inheritance
-
Vulture.VultureThruster
- Inherited Members
-
Constructors
VultureThruster(Vulture, int, int, float, float)
public VultureThruster(Vulture vulture, int smokeChunkA, int smokeChunkB, float smokeChunkLerp, float angle)
Parameters
vulture Vulture
smokeChunkA int
smokeChunkB int
smokeChunkLerp float
angle float
Fields
angle
Field Value
- float
lastActive
Field Value
- bool
smoke
public NewVultureSmoke smoke
Field Value
- NewVultureSmoke
smokeChunkA
public BodyChunk smokeChunkA
Field Value
- BodyChunk
smokeChunkB
public BodyChunk smokeChunkB
Field Value
- BodyChunk
smokeChunkLerp
public float smokeChunkLerp
Field Value
- float
thrust
Field Value
- int
vulture
Field Value
- Vulture
Properties
Active
public bool Active { get; }
Property Value
- bool
ExhaustPos
public Vector2 ExhaustPos { get; }
Property Value
- Vector2
Force
public float Force { get; }
Property Value
- float
ThrustVector
public Vector2 ThrustVector { get; }
Property Value
- Vector2
ThrustersControlled
public bool ThrustersControlled { get; }
Property Value
- bool
Methods
Activate(int)
public void Activate(int frames)
Parameters
frames int
StartSmoke()
Update(bool)
public void Update(bool eu)
Parameters
eu bool
Utility()
Returns
- float