PbAddAngle
Add an XYZ angle to a protobuf message repeated field.
native void PbAddAngle(Handle pb, const char[] field, const float angle[3])Parameters
const char[] field
Field name.
const float[3] angle
Angle value to add.
Return Value
voidError
Invalid or incorrect Handle, non-existent field, or incorrect field type.