MCPcopy Create free account
hub / github.com/JACoders/OpenJK / NPC_SetFX_SpawnStates

Function NPC_SetFX_SpawnStates

code/game/NPC_spawn.cpp:978–981  ·  view source on GitHub ↗

-------------------------------------------------------------- NPC_SetFX_SpawnStates Set up any special parms for spawn effects --------------------------------------------------------------

Source from the content-addressed store, hash-verified

976// Set up any special parms for spawn effects
977//--------------------------------------------------------------
978void NPC_SetFX_SpawnStates( gentity_t *ent )
979{
980 ent->client->ps.gravity = g_gravity->value;
981}
982
983//--------------------------------------------------------------
984extern qboolean stop_icarus;

Callers 1

NPC_BeginFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected