Home
last modified time | relevance | path

Searched refs:GetCurrentVM (Results 1 – 5 of 5) sorted by relevance

/dports/games/openjk/OpenJK-07675e2/codemp/server/
H A Dsv_init.cpp813 static vm_t *GetCurrentVM( void ) { return currentVM; } in GetCurrentVM() function
899 ri.GetCurrentVM = GetCurrentVM; in SV_InitRef()
/dports/games/openjk/OpenJK-07675e2/codemp/rd-common/
H A Dtr_public.h322 vm_t * (*GetCurrentVM) ( void ); member
/dports/games/openjk/OpenJK-07675e2/codemp/client/
H A Dcl_main.cpp2349 static vm_t *GetCurrentVM( void ) { return currentVM; } in GetCurrentVM() function
2458 ri.GetCurrentVM = GetCurrentVM; in CL_InitRef()
/dports/games/openjk/OpenJK-07675e2/codemp/rd-dedicated/
H A DG2_API.cpp548 if ( !ri.GetCurrentVM ) in G2_ShouldRegisterServer()
551 vm_t *currentVM = ri.GetCurrentVM(); in G2_ShouldRegisterServer()
/dports/games/openjk/OpenJK-07675e2/codemp/rd-vanilla/
H A DG2_API.cpp775 vm_t *currentVM = ri.GetCurrentVM(); in G2_ShouldRegisterServer()