Table of Contents

Method ActionPickUpItem

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

ActionPickUpItem(NwItem)

Instructs this creature to walk over and pick up the specified item on the ground.

public Task ActionPickUpItem(NwItem item)

Parameters

item NwItem

The item to pick up.

Returns

Task