The search keyword must be a single word (no spaces).
Function IsDestructableInvulnerableBJ
- Line
- 4218
- Location
- blizzard.j
- Constant?
- no
- Type
- function
- Arguments
- destructable d
- Returns
- boolean
| 4218 | function IsDestructableInvulnerableBJ takes destructable d returns boolean |
| 4219 | return IsDestructableInvulnerable(d) |
| 4220 | endfunction
|