2013/5/26
2013/5/27
//in any of your actor classes: if (getWorld() != null) { //actor still in world; } else { //actor not in world; }
X