# Class "EntityPickup"

## Functions

### AppearFast () {: aria-label='Functions' }

[ ](/ab_p/beta/docs/entitypickup.md){: .abp .tooltip .badge }

#### void AppearFast ( ) {: .copyable aria-label='Functions' }

### CanReroll () {: aria-label='Functions' }

[ ](/ab_p/beta/docs/entitypickup.md){: .abp .tooltip .badge }

#### boolean CanReroll ( ) {: .copyable aria-label='Functions' }

### GetCoinValue () {: aria-label='Functions' }

[ ](/ab_p/beta/docs/entitypickup.md){: .abp .tooltip .badge }

#### int GetCoinValue ( ) {: .copyable aria-label='Functions' }

If this is a coin, return its face value, else zero.

### IsShopItem () {: aria-label='Functions' }

[ ](/ab_p/beta/docs/entitypickup.md){: .abp .tooltip .badge }

#### boolean IsShopItem ( ) {: .copyable aria-label='Functions' }

### Morph () {: aria-label='Functions' }

[ ](/ab_p/beta/docs/entitypickup.md){: .abp .tooltip .badge }

#### void Morph ( [EntityType](https://github.com/wofsauge/IsaacDocs/tree/420a6aaa54ea230461fb26e61297c068492684de/beta/enums/EntityType/README.md) Type, int Variant, int SubType, boolean KeepPrice ) {: .copyable aria-label='Functions' }

### PlayDropSound () {: aria-label='Functions' }

[ ](/ab_p/beta/docs/entitypickup.md){: .abp .tooltip .badge }

#### void PlayDropSound ( ) {: .copyable aria-label='Functions' }

### PlayPickupSound () {: aria-label='Functions' }

[ ](/ab_p/beta/docs/entitypickup.md){: .abp .tooltip .badge }

#### void PlayPickupSound ( ) {: .copyable aria-label='Functions' }

### TryOpenChest () {: aria-label='Functions' }

[ ](/ab_p/beta/docs/entitypickup.md){: .abp .tooltip .badge }

#### boolean TryOpenChest ( ) {: .copyable aria-label='Functions' }

## Variables

### AutoUpdatePrice {: aria-label='Variables' }

[ ](/ab_p/beta/docs/entitypickup.md){: .abp .tooltip .badge }

#### boolean AutoUpdatePrice  {: .copyable aria-label='Variables' }

### Charge {: aria-label='Variables' }

[ ](/ab_p/beta/docs/entitypickup.md){: .abp .tooltip .badge }

#### int Charge  {: .copyable aria-label='Variables' }

### Price {: aria-label='Variables' }

[ ](/ab_p/beta/docs/entitypickup.md){: .abp .tooltip .badge }

#### int Price  {: .copyable aria-label='Variables' }

### ShopItemId {: aria-label='Variables' }

[ ](/ab_p/beta/docs/entitypickup.md){: .abp .tooltip .badge }

#### int ShopItemId  {: .copyable aria-label='Variables' }

### State {: aria-label='Variables' }

[ ](/ab_p/beta/docs/entitypickup.md){: .abp .tooltip .badge }

#### int State  {: .copyable aria-label='Variables' }

### TheresOptionsPickup {: aria-label='Variables' }

[ ](/ab_p/beta/docs/entitypickup.md){: .abp .tooltip .badge }

#### boolean TheresOptionsPickup  {: .copyable aria-label='Variables' }

### Timeout {: aria-label='Variables' }

[ ](/ab_p/beta/docs/entitypickup.md){: .abp .tooltip .badge }

#### int Timeout  {: .copyable aria-label='Variables' }

### Touched {: aria-label='Variables' }

[ ](/ab_p/beta/docs/entitypickup.md){: .abp .tooltip .badge }

#### boolean Touched  {: .copyable aria-label='Variables' }

### Wait {: aria-label='Variables' }

[ ](/ab_p/beta/docs/entitypickup.md){: .abp .tooltip .badge }

#### int Wait  {: .copyable aria-label='Variables' }


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.moddingofisaac.com/ab_p/beta/docs/entitypickup.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
