ReadBool
Reads a bool from a protobuf message.
native bool ReadBool(const char[] field, int index = -1)
Parameters
const char[] field
Field name.
int index
Index into repeated field.
Return Value
bool Boolean value read.Error
Non-existent field, or incorrect field type.