PbSetFloat
Sets a float or double on a protobuf message.
native void PbSetFloat(Handle pb, const char[] field, float value, int index = -1)Parameters
const char[] field
Field name.
float value
Float value to set.
int index
Index into repeated field.
Return Value
voidError
Invalid or incorrect Handle, non-existent field, or incorrect field type.