ANGULARVEL correctly corresponds to the Vector type of kOS.
However, when you do print ANGULARVELOCITY:mag., this is the output:
print ANGULARVELOCITY:mag.
Values of type UnityEngine.Vector3 cannot have suffixes
print ANGULARVEL:mag. works correctly.
ANGULARVELcorrectly corresponds to the Vector type of kOS.However, when you do
print ANGULARVELOCITY:mag., this is the output:print ANGULARVEL:mag.works correctly.