Index Hierarchy NSObject(CC3) Category Reference Conforms to CC3Object Declared in CC3OSExtensions.h Overview Extension category to support Cocos3D functionality. Tasks isNull property – autoreleasedCopy – copyAutoreleased Properties isNull Returns whether this object represents the standard null object retrieved from [NSNull null]. @property (nonatomic, readonly) BOOL isNull Discussion Returns NO. The NSNull subclass returns YES. Declared In CC3OSExtensions.h Instance Methods autoreleasedCopy Returns an autoreleased copy of this object. - (id)autoreleasedCopy Discussion This is a convenience method that simply invokes [[self copy] autorelease]. Declared In CC3OSExtensions.h copyAutoreleased @deprecated Renamed to autoreleasedCopy to satisfy naming paradigm for copy… methods. - (id)copyAutoreleased Declared In CC3OSExtensions.h Index Hierarchy