v2.0.2
Properties | List of all members
NSString(CC3) Category Reference

#import <CC3OSExtensions.h>

Properties

NSUInteger lineCount
 
NSArray * lines
 
NSArray * terminatedLines
 

Detailed Description

Extension category to support Cocos3D functionality.

Property Documentation

- (NSUInteger) lineCount
readnonatomicassign

Returns the number of lines in this string.

- (NSArray*) lines
readnonatomicassign

Returns an array of the lines in this string, as determined by separating them with the newline character, and trimming each of all newline chars.

- (NSArray*) terminatedLines
readnonatomicassign

Returns an array of the lines in this string, as determined by separating them with the newline character.

Each line in the returned array is terminated by the newline character.


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