Gets the index of a bone by its name. Names are loaded from the model file when LoadObjectWithChildren is used, otherwise no bones are loaded. Indexes will be in the range 1 to num bones, or 0 if not found.
integer GetObjectBoneByName( objID, name )
uint32_t agk::GetObjectBoneByName( uint32_t objID, const char *name )