Class PickupObjectInstruction
- Namespace
- Global
- Assembly
- Assembly-CSharp.dll
public class PickupObjectInstruction : InputInstructionTrigger
- Inheritance
-
PickupObjectInstruction
- Inherited Members
Constructors
PickupObjectInstruction(Room)
public PickupObjectInstruction(Room room)
Parameters
roomRoom
Fields
item
public PhysicalObject item
Field Value
markInstructionAsFollowed
public bool markInstructionAsFollowed
Field Value
playerHasPickedUpAnItem
public bool playerHasPickedUpAnItem
Field Value
Methods
CheckTrigger(AbstractCreature)
public override void CheckTrigger(AbstractCreature p)
Parameters
Update(bool)
public override void Update(bool eu)
Parameters
eubool