B1SellObjectPool
- Defines a pool of objects available for sale at a tiny shop, referenced by a reward object pool ID and count.
| Property | Type | Description | Metadata |
|---|---|---|---|
| ObjectPoolId | FName | ID referencing the reward object pool that supplies items for sale. | Category: B1SellObjectPool Foreign: RewardObjectPool.Id |
| Count | int32 | Number of items drawn from the object pool for sale. | Category: B1SellObjectPool ClampMin: 1 |