Classes 1

Class Description
Protobuf

Functions 29

Function Description
PbAddAngle

Add an XYZ angle to a protobuf message repeated field.

PbAddBool

Add a bool to a protobuf message repeated field.

PbAddColor

Add an RGBA color to a protobuf message repeated field.

PbAddFloat

Add a float or double to a protobuf message repeated field.

PbAddInt

Add an int32, uint32, sint32, fixed32, sfixed32, or enum value to a protobuf message repeated field.

PbAddMessage

Adds an embedded protobuf message to a protobuf message repeated field.

PbAddString

Add a string to a protobuf message repeated field.

PbAddVector

Add an XYZ vector to a protobuf message repeated field.

PbAddVector2D

Add an XY vector to a protobuf message repeated field.

PbGetRepeatedFieldCount

Gets the number of elements in a repeated field of a protobuf message.

PbReadAngle

Reads an XYZ angle value from a protobuf message.

PbReadBool

Reads a bool from a protobuf message.

PbReadColor

Reads an RGBA color value from a protobuf message.

PbReadFloat

Reads a float or downcasted double from a protobuf message.

PbReadInt

Reads an int32, uint32, sint32, fixed32, sfixed32, or enum value from a protobuf message.

PbReadMessage

Retrieve a handle to an embedded protobuf message in a protobuf message.

PbReadRepeatedMessage

Retrieve a handle to an embedded protobuf message in a protobuf message repeated field.

PbReadString

Reads a string from a protobuf message.

PbReadVector

Reads an XYZ vector value from a protobuf message.

PbReadVector2D

Reads an XY vector value from a protobuf message.

PbRemoveRepeatedFieldValue

Removes a value by index from a protobuf message repeated field.

PbSetAngle

Sets an XYZ angle on a protobuf message.

PbSetBool

Sets a bool on a protobuf message.

PbSetColor

Sets an RGBA color on a protobuf message.

PbSetFloat

Sets a float or double on a protobuf message.

PbSetInt

Sets an int32, uint32, sint32, fixed32, sfixed32, or enum value on a protobuf message.

PbSetString

Sets a string on a protobuf message.

PbSetVector

Sets an XYZ vector on a protobuf message.

PbSetVector2D

Sets an XY vector on a protobuf message.