I'm trying to read the cocos2d api doc but I'm confused about what the [...] means in something like:
- (float) scale [read,write,assign]
I am expecting a type and a parameter name, so something like
- (void) addFrameWithFilename: (NSString *) filename
makes sense.