| 197 | } |
| 198 | |
| 199 | void cgi_S_UpdateEntityPosition( int entityNum, const vec3_t origin ) { |
| 200 | Q_syscall( CG_S_UPDATEENTITYPOSITION, entityNum, origin ); |
| 201 | } |
| 202 | |
| 203 | void cgi_S_Respatialize( int entityNum, const vec3_t origin, vec3_t axis[3], qboolean inwater ) { |
| 204 | Q_syscall( CG_S_RESPATIALIZE, entityNum, origin, axis, inwater ); |
no outgoing calls
no test coverage detected