Skip to content

Commit 80a7554

Browse files
committed
added CopyAnimation function
1 parent 86d070d commit 80a7554

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Client/game_sa/CAnimBlendAssocGroupSA.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#include "Common.h"
1919

2020
#define FUNC_CAnimBlendAssocGroup_InitEmptyAssociations 0x4cdfb0
21+
#define FUNC_CAnimBlendAssocGroup_CopyAnimation 0x4ce130
2122
#define FUNC_CAnimBlendAssocGroup_IsCreated 0x4d37a0
2223
#define FUNC_CAnimBlendAssocGroup_GetNumAnimations 0x45b050
2324
#define FUNC_CAnimBlendAssocGroup_GetAnimBlock 0x45b060
@@ -45,11 +46,12 @@ class CAnimBlendAssocGroupSA : public CAnimBlendAssocGroup
4546
public:
4647
CAnimBlendAssocGroupSA ( CAnimBlendAssocGroupSAInterface * pInterface );
4748

49+
CAnimBlendAssociation * CopyAnimation ( unsigned int AnimID );
4850
void InitEmptyAssociations ( RpClump * pClump );
4951
bool IsCreated ( void );
5052
int GetNumAnimations ( void );
51-
CAnimBlock * GetAnimBlock ( void );
52-
CAnimBlendStaticAssociation * GetAnimation ( unsigned int ID );
53+
CAnimBlock * GetAnimBlock ( void );
54+
CAnimBlendStaticAssociation * GetAnimation ( unsigned int ID );
5355
void CreateAssociations ( const char * szBlockName );
5456

5557
bool IsLoaded ( void );

0 commit comments

Comments
 (0)