Method Maps1
SymbolDescription
Protobuf
Defines1
SymbolDescription
PB_FIELD_NOT_REPEATED
Functions29
SymbolDescription
PbAddAngleAdd an XYZ angle to a protobuf message repeated field.
PbAddBoolAdd a bool to a protobuf message repeated field.
PbAddColorAdd an RGBA color to a protobuf message repeated field.
PbAddFloatAdd a float or double to a protobuf message repeated field.
PbAddIntAdd an int32, uint32, sint32, fixed32, sfixed32, or enum value to a protobuf message repeated field.
PbAddMessageAdds an embedded protobuf message to a protobuf message repeated field.
PbAddStringAdd a string to a protobuf message repeated field.
PbAddVectorAdd an XYZ vector to a protobuf message repeated field.
PbAddVector2DAdd an XY vector to a protobuf message repeated field.
PbGetRepeatedFieldCountGets the number of elements in a repeated field of a protobuf message.
PbReadAngleReads an XYZ angle value from a protobuf message.
PbReadBoolReads a bool from a protobuf message.
PbReadColorReads an RGBA color value from a protobuf message.
PbReadFloatReads a float or downcasted double from a protobuf message.
PbReadIntReads an int32, uint32, sint32, fixed32, sfixed32, or enum value from a protobuf message.
PbReadMessageRetrieve a handle to an embedded protobuf message in a protobuf message.
PbReadRepeatedMessageRetrieve a handle to an embedded protobuf message in a protobuf message repeated field.
PbReadStringReads a string from a protobuf message.
PbReadVectorReads an XYZ vector value from a protobuf message.
PbReadVector2DReads an XY vector value from a protobuf message.
PbRemoveRepeatedFieldValueRemoves a value by index from a protobuf message repeated field.
PbSetAngleSets an XYZ angle on a protobuf message.
PbSetBoolSets a bool on a protobuf message.
PbSetColorSets an RGBA color on a protobuf message.
PbSetFloatSets a float or double on a protobuf message.
PbSetIntSets an int32, uint32, sint32, fixed32, sfixed32, or enum value on a protobuf message.
PbSetStringSets a string on a protobuf message.
PbSetVectorSets an XYZ vector on a protobuf message.
PbSetVector2DSets an XY vector on a protobuf message.