The search keyword must be a single word (no spaces).
Function GetDestructableLoc
- Line
- 4223
- Location
- blizzard.j
- Constant?
- no
- Type
- function
- Arguments
- destructable whichDestructable
- Returns
- location
| 4223 | function GetDestructableLoc takes destructable whichDestructable returns location |
| 4224 | return Location(GetDestructableX(whichDestructable), GetDestructableY(whichDestructable)) |
| 4225 | endfunction
|