ParticleData - Particle (Expression) — SkBriggy
Addon: SkBriggy · Category: Expression · Since: 1.1.0
Syntax
[the] particle type of %particledata%Description
Represents the particle of a ParticleData.
Examples
brig command /leparticle <p:particle> <loc:location>:
trigger:
set {_particle} to particle type of {_p}
set {_data} to data type of {_p}
if {_data} is set:
make 1 of {_particle} using {_data} at {_loc} with extra 0
else:
make 1 of {_particle} at {_loc} with extra 0