Other great resources: Official JS API docs, Scripting Forum
You are viewing an old version of this page. View the current version.
Compare with Current View Page History
Version 1 Next »
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" ); }