Skip to content

Commit f4258de

Browse files
committed
added GetIFPAnimationsPointer
This function will get a pointer to SIFPAnimations struct of the IFP
1 parent cb453c6 commit f4258de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Client/mods/deathmatch/logic/CClientIFP.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ class CClientIFP: public CClientEntity, FileLoader
3737
size_t getCorrectBoneIndexFromID(int32_t & BoneID);
3838

3939
CAnimBlendHierarchySAInterface * GetAnimationHierarchy ( const SString & strAnimationName );
40+
inline SIFPAnimations * GetIFPAnimationsPointer ( void ) { return m_pIFPAnimations; }
4041

4142
// Sorta a hack that these are required by CClientEntity...
4243
void Unlink ( void ) {};

0 commit comments

Comments
 (0)