Home
last modified time | relevance | path

Searched refs:BG_FindBuildDistForClass (Results 1 – 5 of 5) sorted by relevance

/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/game/
H A Dbg_public.h1172 float BG_FindBuildDistForClass( int pclass );
H A Dbg_misc.c2615 float BG_FindBuildDistForClass( int pclass ) in BG_FindBuildDistForClass() function
5025 buildDist = BG_FindBuildDistForClass( ps->stats[ STAT_PCLASS ] ); in BG_PositionBuildableRelativeToPlayer()
H A Dg_active.c632 int dist = BG_FindBuildDistForClass( ent->client->ps.stats[ STAT_PCLASS ] ); in ClientTimerActions()
H A Dg_cmds.c1857 dist = BG_FindBuildDistForClass( ent->client->ps.stats[ STAT_PCLASS ] ); in Cmd_Build_f()
H A Dg_buildable.c2841 dist = BG_FindBuildDistForClass( ent->client->ps.stats[ STAT_PCLASS ] ); in G_ValidateBuild()