GameObject.particleSystem

var particleSystem : ParticleSystem

Description

The ParticleSystem attached to this GameObject (Read Only). (null if there is none attached)

JavaScript
var other : GameObject; 
other.particleSystem.Emit(5);