, : @, / NSObject .
, :
@ "SOMETEXT"
NSString someText. C, :
... " - , float:% f", myFloat);
- , myFloat . % @- , % f,% d,% c,% s , . , % @ :
... " , :% @", myObject];
What you do (I believe) tells the compiler that myObject is an object and that you want it to include the output of the description method (that is, [description of myObject]) in the line, Creation.
Havok source
share