The search keyword must be a single word (no spaces).
Function GetManipulatedItem
- Line
- 2646
- Location
- common.j
- Constant?
- yes
- Type
- native
- Arguments
- nothing
- Returns
- item
| 2646 | constant native GetManipulatedItem takes nothing returns item |
| 2647 | |
| 2648 | // For EVENT_PLAYER_UNIT_PICKUP_ITEM, returns the item absorbing the picked up item in case it is stacking.
|
| 2649 | // Returns null if the item was a powerup and not a stacking item.
|
| 2650 | constant native BlzGetAbsorbingItem takes nothing returns item |
| 2651 | constant native BlzGetManipulatedItemWasAbsorbed takes nothing returns boolean |