int CCFXStringSet::GetCount(void)
Gets the number of strings contained in the string set. This value can be used along with the GetString function to iterate over the strings in the set (when iterating, remember that the index values for strings in the list begin at 1).
Returns the number of strings contained in the string set.
|