AddBool
Add a bool to a protobuf message repeated field.
native void AddBool(const char[] field, bool value)
Parameters
const char[] field
Field name.
bool value
Boolean value to add.
Return Value
voidError
Non-existent field, or incorrect field type.