Protobuf.AddMessage Method

Adds an embedded protobuf message to a protobuf message repeated field.

Protobuf AddMessage(const char[] field)

Parameters

const char[] field

Field name.

Return Value

Protobuf handle to added, embedded message.

Errors

Non-existent field, or incorrect field type.