CCLabelProtocol Protocol Reference
| Conforms to | NSObject |
| Declared in | CCProtocols.h |
Tasks
-
– setString:sets a new label using an NSString. The string will be copied.
required method -
– stringreturns the string that is rendered
required method -
– setCString:sets a new label using a CString. It is faster than setString since it doesn’t require to alloc/retain/release an NString object.
Instance Methods
setCString:
sets a new label using a CString. It is faster than setString since it doesn’t require to alloc/retain/release an NString object.
- (void)setCString:(char *)labelAvailability
Declared In
CCProtocols.h