Check if an object is poolable (was properly registered with the recycling feature enable)
object to be checked
true if the object is poolable
register
if (!me.pool.poolable(myCherryEntity)) { // object was not properly registered} Copy
if (!me.pool.poolable(myCherryEntity)) { // object was not properly registered}
Check if an object is poolable (was properly registered with the recycling feature enable)