38 NET_ReadFormat(msg, self->formatString, &unused, &targetEntNum, &unused, &step);
65 NET_ReadFormat(msg, self->formatString, &shooterEntNum, &targetEntNum, &tusUntilTriggered, &unused);
76 UI_ExecuteConfunc(
"reactionfire_updatetarget %i %i %i %i", shooterEntNum, target->
entnum, tusUntilTriggered, outOfRange);
void NET_ReadFormat(dbuffer *buf, const char *format,...)
The user-friendly version of NET_ReadFormat that reads variable arguments from a buffer according to ...
int CL_GetStepTime(const eventTiming_t *eventTiming, const le_t *le, int step)
Calculates the time when the given step was executed in the event chain.
void UI_ExecuteConfunc(const char *fmt,...)
Executes confunc - just to identify those confuncs in the code - in this frame.