v2.0.2
Instance Methods | Properties | List of all members
NSObject(CC3) Category Reference

#import <CC3OSExtensions.h>

Inheritance diagram for NSObject(CC3):
Inheritance graph
[legend]

Instance Methods

(id) - __deprecated
 
(id) - autoreleasedCopy
 
- Instance Methods inherited from <CC3Object>
(id) - asWeakReference
 
(NSString *) - fullDescription
 
(id) - resolveWeakReference
 

Properties

BOOL isNull
 

Detailed Description

Extension category to support Cocos3D functionality.

Method Documentation

- (id) __deprecated
Deprecated:
Renamed to autoreleasedCopy to satisfy naming paradigm for copy... methods.
- (id) autoreleasedCopy

Returns an autoreleased copy of this object.

This is a convenience method that simply invokes [[self copy] autorelease].

Property Documentation

- (BOOL) isNull
readnonatomicassign

Returns whether this object represents the standard null object retrieved from [NSNull null].

Returns NO. The NSNull subclass returns YES.


The documentation for this category was generated from the following file: