AddMessage
Adds an embedded protobuf message to a protobuf message repeated field.
native Protobuf AddMessage(const char[] field)Parameters
const char[] field
Field name.
Return Value
Protobuf Protobuf handle to added, embedded message.Error
Non-existent field, or incorrect field type.