Updated the comments for CCBMemberVariableAssigner.

This commit is contained in:
James Chen 2013-01-22 15:10:30 +08:00
parent 0187bb6504
commit c5214dd485
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ class CCBMemberVariableAssigner {
/**
* The callback function of assigning custom properties.
* @note The member variable must be CCNode or its subclass.
* @note The member variable must be Integer, Float, Boolean or String.
* @param pTarget The custom class.
* @param pMemberVariableName The name of the member variable.
* @param pValue The value of the property.