B_clphys.c

This module implements client physics emulation.
 

Uses:
 

 

Exports:
 

// handles the BFL_ONGROUND and BFL_ONWORLD bot flags
//
// Parameter:            e : entity to set botflags for
// Returns:              -
//

void (entity e) BotSetFlags;

// Pre physics code for the bots.
// Also initialized post physics code.
//
// Parameter:            -
// Returns:              -
//

void () BotPrePhysics;