bone.name

Type: string (read-only)
See also: bone

Overview:


Indicates the bone’s name as defined in Spine.

Example:


local bone = hero.bones[1]
print("Bone name:", bone.name)