Table of Contents

Class ShortcutHandler.ShortCutVessel

Namespace
Global
Assembly
Assembly-CSharp.dll
public class ShortcutHandler.ShortCutVessel : ShortcutHandler.Vessel
Inheritance
ShortcutHandler.ShortCutVessel
Inherited Members

Constructors

ShortCutVessel(IntVector2, Creature, AbstractRoom, int)

public ShortCutVessel(IntVector2 pos, Creature creature, AbstractRoom room, int wait)

Parameters

pos IntVector2
creature Creature
room AbstractRoom
wait int

Fields

lastPositions

public IntVector2[] lastPositions

Field Value

IntVector2[]

pos

public IntVector2 pos

Field Value

IntVector2

wait

public int wait

Field Value

int

Properties

lastPos

public IntVector2 lastPos { get; }

Property Value

IntVector2

Methods

PushNewLastPos(IntVector2)

public void PushNewLastPos(IntVector2 pos)

Parameters

pos IntVector2

SetAllPositions(IntVector2)

public void SetAllPositions(IntVector2 pos)

Parameters

pos IntVector2