Other great resources: Official JS API docs, Scripting Forum
Â
function eventObjectRecycled( gameObject ) { // do stuff }
Droid object
Structure object
It's likely that eventDestroyed() will be triggered after this event.
function eventObjectRecycled( obj ) { playSound( obj.type == DROID ? "pcv428.ogg" : "pcv340.ogg" ); }
Requires:
Jump to: