The search keyword must be a single word (no spaces).
Function CreateItemLoc
- Line
- 2946
- Location
- blizzard.j
- Constant?
- no
- Type
- function
- Arguments
- integer itemId, location loc
- Returns
- item
| 2946 | function CreateItemLoc takes integer itemId, location loc returns item |
| 2947 | set bj_lastCreatedItem = CreateItem(itemId, GetLocationX(loc), GetLocationY(loc)) |
| 2948 | return bj_lastCreatedItem |
| 2949 | endfunction
|