Home
last modified time | relevance | path

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

/dports/games/openjk/OpenJK-07675e2/codemp/client/
H A Dcl_uiapi.cpp687 static qboolean CL_G2API_IKMove( void *ghoul2, int time, sharedIKMoveParams_t *params ) { in CL_G2API_IKMove() function
1253 return CL_G2API_IKMove(VMA(1), args[2], (sharedIKMoveParams_t *)VMA(3)); in CL_UISystemCalls()
1423 uii.G2API_IKMove = CL_G2API_IKMove; in CL_BindUI()
H A Dcl_cgameapi.cpp782 static qboolean CL_G2API_IKMove( void *ghoul2, int time, sharedIKMoveParams_t *params ) { in CL_G2API_IKMove() function
1636 return CL_G2API_IKMove( VMA(1), args[2], (sharedIKMoveParams_t *)VMA(3)); in CL_CgameSystemCalls()
1905 cgi.G2API_IKMove = CL_G2API_IKMove; in CL_BindCGame()