Home
last modified time | relevance | path

Searched refs:CL_G2API_HasGhoul2ModelOnIndex (Results 1 – 2 of 2) sorted by relevance

/dports/games/openjk/OpenJK-07675e2/codemp/client/
H A Dcl_uiapi.cpp557 static qboolean CL_G2API_HasGhoul2ModelOnIndex( void *ghlInfo, int modelIndex ) { in CL_G2API_HasGhoul2ModelOnIndex() function
1210 return (int)CL_G2API_HasGhoul2ModelOnIndex(VMA(1), args[2]); in CL_UISystemCalls()
1411 uii.G2API_HasGhoul2ModelOnIndex = CL_G2API_HasGhoul2ModelOnIndex; in CL_BindUI()
H A Dcl_cgameapi.cpp596 static qboolean CL_G2API_HasGhoul2ModelOnIndex( void *ghlInfo, int modelIndex ) { in CL_G2API_HasGhoul2ModelOnIndex() function
1546 return CL_G2API_HasGhoul2ModelOnIndex( VMA(1), args[2]); in CL_CgameSystemCalls()
1878 cgi.G2API_HasGhoul2ModelOnIndex = CL_G2API_HasGhoul2ModelOnIndex; in CL_BindCGame()