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