void CL_CheckCameraRoute(const pos3_t from, const pos3_t target)
Only moves the camera to the given target location if its not yet close enough.
void CL_ViewCenterAtGridPosition(const pos3_t pos)
Centers the camera on a given grid field.
Primary header for client.
void CL_CenterView(const eventRegister_t *self, dbuffer *msg)
void CL_MoveView(const eventRegister_t *self, dbuffer *msg)
#define VecToPos(v, p)
Map boundary is +/- MAX_WORLD_WIDTH - to get into the positive area we add the possible max negative ...
void NET_ReadFormat(dbuffer *buf, const char *format,...)
The user-friendly version of NET_ReadFormat that reads variable arguments from a buffer according to ...
Struct that defines one particular event with all its callbacks and data.
const char * formatString
The format string that is used to write and parse this event.