CCActionRemove Class Reference

Inherits from CCActionInstant : CCActionFiniteTime : CCAction : NSObject
Declared in CCActionInstant.h

Overview

This action will remove the node running this action from its parent.

The action is created using the default CCAction initializer:

id action = [CCActionRemove action];