User:Monster Iestyn/Source Code Documentation/p_tick.h

From SRB2 Wiki
Jump to navigation Jump to search
This article or section is incomplete. It doesn't have all of the necessary core information on this topic. Please help the SRB2 Wiki by finishing this article.
Online link GitHub entry
File type C header file
#include guard __P_TICK__

Externs

Data name Data type Non-extern location(s) Description
leveltime tic_t p_tick.c The time passed in the current level since the level started, measured in tics.

Function prototypes

Console commands

Function name Return type Params Defined in Description
Command_Numthinkers_f void none p_tick.c The function called by the numthinkers console command.
Command_CountMobjs_f void none p_tick.c The function called by the countmobjs console command.

Other

Function name Return type Params Defined in Description
P_Ticker void boolean run p_tick.c
P_PreTicker void INT32 frames p_tick.c
P_DoTeamscrambling void none p_tick.c
P_RemoveThinkerDelayed void void *pthinker p_tick.c
P_SetTarget mobj_t * mobj_t **mo,
mobj_t *target
p_tick.c