SetBool
Sets a bool on a protobuf message.
native void SetBool(const char[] field, bool value, int index = -1)
Parameters
const char[] field
Field name.
bool value
Boolean value to set.
int index
Index into repeated field.
Return Value
voidError
Non-existent field, or incorrect field type.