We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ed6ef9 commit f4691adCopy full SHA for f4691ad
Client/mods/deathmatch/logic/CResource.h
@@ -92,6 +92,7 @@ class CResource
92
inline CClientEntity* GetResourceCOLModelRoot ( void ) { return m_pResourceCOLRoot; };
93
inline CClientEntity* GetResourceDFFRoot ( void ) { return m_pResourceDFFEntity; };
94
inline CClientEntity* GetResourceTXDRoot ( void ) { return m_pResourceTXDRoot; };
95
+ inline CClientEntity* GetResourceIFPRoot ( void ) { return m_pResourceIFPRoot; };
96
97
// This is to delete all the elements created in this resource that are created locally in this client
98
void DeleteClientChildren ( void );
0 commit comments