| 220 | } |
| 221 | |
| 222 | void cgi_S_UpdateEntityPosition( int entityNum, const vec3_t origin ) { |
| 223 | Q_syscall( CG_S_UPDATEENTITYPOSITION, entityNum, origin ); |
| 224 | } |
| 225 | |
| 226 | void 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 ); |
no outgoing calls
no test coverage detected