640 {
641 int boneIndex = pPlayer.GetBoneIndexByName("Head");
642
643
645
646 pPlayer.GetBoneTransformMS(boneIndex, tm);
647
648
649
650 string a = "Bone index:";
651 a += boneIndex.ToString();
652 a += ",";
655 }
proto string ToString(bool beautify=true)
Vector to string.
proto void Print(void var)
Prints content of variable to console/log.