Updated version info

This commit is contained in:
n00b87
2026-01-28 00:15:50 -06:00
parent 61e55f72f6
commit 17238f3eeb
14 changed files with 2021 additions and 1777 deletions

View File

@@ -13,3 +13,11 @@ function NumActorAnimationLoops(actor)
sub SetActorMD2Animation( actor, anim, num_loops )
sub SetActorMD2AnimationByName( actor, anim_name$, num_loops )
sub DeleteActorAnimation(actor, animation)
function GetActorBoneCount( actor )
function GetActorBoneIndex( actor, bone_name$ )
function GetActorBoneName$( actor, bone_index )
function GetActorBonePosition( actor, bone_index, ByRef x, ByRef y, ByRef z )
function GetActorBoneRotation( actor, bone_index, ByRef x, ByRef y, ByRef z )
function GetActorBoneScale( actor, bone_index, ByRef x, ByRef y, ByRef z )
function GetActorBoneRelativeTranform( actor, bone_index, t_matrix )
function GetActorBoneAbsoluteTranform( actor, bone_index, t_matrix )