Protobuf.AddAngle Method

Add an XYZ angle to a protobuf message repeated field.

void AddAngle(const char[] field, const float angle[3])

Parameters

const char[] field

Field name.

const float[3] angle

Angle value to add.

Errors

Non-existent field, or incorrect field type.