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
posIntVector2creatureCreatureroomAbstractRoomwaitint
Fields
lastPositions
public IntVector2[] lastPositions
Field Value
pos
public IntVector2 pos
Field Value
wait
public int wait
Field Value
Properties
lastPos
public IntVector2 lastPos { get; }
Property Value
Methods
PushNewLastPos(IntVector2)
public void PushNewLastPos(IntVector2 pos)
Parameters
posIntVector2
SetAllPositions(IntVector2)
public void SetAllPositions(IntVector2 pos)
Parameters
posIntVector2