Table of Contents

Class PickupObjectInstruction

Namespace
Global
Assembly
Assembly-CSharp.dll
public class PickupObjectInstruction : InputInstructionTrigger
Inheritance
PickupObjectInstruction
Inherited Members

Constructors

PickupObjectInstruction(Room)

public PickupObjectInstruction(Room room)

Parameters

room Room

Fields

item

public PhysicalObject item

Field Value

PhysicalObject

markInstructionAsFollowed

public bool markInstructionAsFollowed

Field Value

bool

playerHasPickedUpAnItem

public bool playerHasPickedUpAnItem

Field Value

bool

Methods

CheckTrigger(AbstractCreature)

public override void CheckTrigger(AbstractCreature p)

Parameters

p AbstractCreature

Update(bool)

public override void Update(bool eu)

Parameters

eu bool