PbAddInt
Add an int32, uint32, sint32, fixed32, sfixed32, or enum value to a protobuf message repeated field.
native void PbAddInt(Handle pb, const char[] field, int value)Parameters
const char[] field
Field name.
int value
Integer value to add.
Return Value
voidError
Invalid or incorrect Handle, non-existent field, or incorrect field type.