The search keyword must be a single word (no spaces).
Function DestroyCommandButtonEffect
- Line
- 4114
- Location
- common.j
- Constant?
- no
- Type
- native
- Arguments
- commandbuttoneffect whichEffect
- Returns
- nothing
| 4114 | native DestroyCommandButtonEffect takes commandbuttoneffect whichEffect returns nothing |
| 4115 | |
| 4116 | // Bit Operations
|
| 4117 | native BlzBitOr takes integer x, integer y returns integer |
| 4118 | native BlzBitAnd takes integer x, integer y returns integer |
| 4119 | native BlzBitXor takes integer x, integer y returns integer |