SpawnParticle (Harvest)
From OxeyeWiki
|
spawnParticle(type, x, y[, z]) | ||
|
Creates a particle at the given world coordinates. The particle names can be found in this list. | ||
| Parameter | Expected Type | Description |
| type | String | The particle identifier name. |
| x | Number | The x world coordinate. |
| y | Number | The y world coordinate. |
| z | Number | The z world coordinate. |
| Returns | ||
|
Returns nothing. | ||
Example
harvest.spawnMissile("SellEvent", 0, 12, 0)