GetRepeatedFieldCount
Gets the number of elements in a repeated field of a protobuf message.
native int GetRepeatedFieldCount(const char[] field)
Parameters
const char[] field
Field name.
Return Value
int Number of elements in the field.Error
Non-existent field, or non-repeated field.