Protobuf < Handle

Last Updated2019-03-04
Created At2014-11-15

Methods33
SymbolDescription
AddAngleAdd an XYZ angle to a protobuf message repeated field.
AddBoolAdd a bool to a protobuf message repeated field.
AddColorAdd an RGBA color to a protobuf message repeated field.
AddFloatAdd a float or double to a protobuf message repeated field.
AddIntAdd an int32, uint32, sint32, fixed32, sfixed32, or enum value to a protobuf message repeated field.
AddInt64Add an int64, uint64, sint64, fixed64, sfixed64 to a protobuf message repeated field.
AddMessageAdds an embedded protobuf message to a protobuf message repeated field.
AddStringAdd a string to a protobuf message repeated field.
AddVectorAdd an XYZ vector to a protobuf message repeated field.
AddVector2DAdd an XY vector to a protobuf message repeated field.
GetRepeatedFieldCountGets the number of elements in a repeated field of a protobuf message.
HasFieldReturns whether or not the named, non-repeated field has a value set.
ReadAngleReads an XYZ angle value from a protobuf message.
ReadBoolReads a bool from a protobuf message.
ReadColorReads an RGBA color value from a protobuf message.
ReadFloatReads a float or downcasted double from a protobuf message.
ReadIntReads an int32, uint32, sint32, fixed32, sfixed32, or enum value from a protobuf message.
ReadInt64Reads an int64, uint64, sint64, fixed64, sfixed64 from a protobuf message.
ReadMessageRetrieve a handle to an embedded protobuf message in a protobuf message.
ReadRepeatedMessageRetrieve a handle to an embedded protobuf message in a protobuf message repeated field.
ReadStringReads a string from a protobuf message.
ReadVectorReads an XYZ vector value from a protobuf message.
ReadVector2DReads an XY vector value from a protobuf message.
RemoveRepeatedFieldValueRemoves a value by index from a protobuf message repeated field.
SetAngleSets an XYZ angle on a protobuf message.
SetBoolSets a bool on a protobuf message.
SetColorSets an RGBA color on a protobuf message.
SetFloatSets a float or double on a protobuf message.
SetIntSets an int32, uint32, sint32, fixed32, sfixed32, or enum value on a protobuf message.
SetInt64Sets an int64, uint64, sint64, fixed64, sfixed64 on a protobuf message.
SetStringSets a string on a protobuf message.
SetVectorSets an XYZ vector on a protobuf message.
SetVector2DSets an XY vector on a protobuf message.