MCPcopy Create free account
hub / github.com/JACoders/OpenJK / cgi_S_UpdateEntityPosition

Function cgi_S_UpdateEntityPosition

code/cgame/cg_syscalls.cpp:222–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220}
221
222void cgi_S_UpdateEntityPosition( int entityNum, const vec3_t origin ) {
223 Q_syscall( CG_S_UPDATEENTITYPOSITION, entityNum, origin );
224}
225
226void cgi_S_Respatialize( int entityNum, const vec3_t origin, vec3_t axis[3], qboolean inwater ) {
227 Q_syscall( CG_S_RESPATIALIZE, entityNum, origin, axis, inwater );

Callers 6

CG_Weapon_fFunction · 0.70
CG_PlayerFunction · 0.70
G_SoundOnEntFunction · 0.50
G_SoundIndexOnEntFunction · 0.50
G_SpeechEventFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected